write a program which reads two numbers from user until one number is at least ten times bigger then the other.
A: print which number is bigger?
B: print the sum/difference/product of two numbers
C: print all integer numbers between the two numbers.
D: print all even numbers between these two numbers
E: print all odd numbers between these two numbers
Question number 2: create an array by the size of 10 integer numbers then print those elements that have greater value than 50.
A: list all the array elements to the console
B: search an element of an array
C: multiply the array elements to 2
Comments
Leave a comment