Assignment 1:: Problem 1
Assignment 1:: Problem 1
PROBLEM 1:
Write a program which takes 5 integers from the user. Write an if statement which determines
that either the numbers entered are positive or negative. Display all the positive and negative
numbers.
PROBLEM 2:
Write a program which takes 10 integers from the user. Write an if condition which determines
that which numbers are even numbers and which are odd numbers. Show all the even and odd
numbers on the output screen.
PROBLEM 3:
Write a program that takes temperature as an input and makes following decisions