Problem-1: Write a C program to check two number

r is not same, and print it is “Same Number”


Note: one number is 1 and another is 3


Solution:




Problem-2: Write a C program to cheek 100 is not 

same of -100, and print it is “Same Number”



Problem-3: Write a C program to check two number’s sums are greater than their minus. And print it “Yes true”.


Note: this will not be zero.


Solution:


Problem-4: Write a C program to check two numbers 

multiplications are greater than their minus. 

And print it “The multiplications are greater than minus.”


Note: this will not be zero.


Solution:





Problem-5: Write a C program to check 

two number’s multiplication are greater than

 their divide. And print it “The 

multiplications are greater than divide.”


Note: this will not be zero.


Solution:




Problem-6: Write a C program to check five number’s

 multiplication is greater than their divide.

 And print it “The five multiplications are greater than divide.”


Note: the will not zero and using float data type 


Solution:





Problem-7: Write a C program to check two numbers

 multiplication is greater than their divide. And print it the

 value of two numbers.


Output:


 4 and 2 multiplication is 8 and divide is 2.


Note: the will not zero and using integer data type 


Solution:




Problem-8: Write a C program to check two numbers

 multiplication is greater than their divide. And print it the

 value of two numbers.


Output:


 4 and 2 multiplication is 8 and divide is 2.


Note: the will not zero and using integer data type 


Solution:





Problem-9: Write a C program taking  two numbers from 

the user and check their multiplication is greater than their divide.

 And print it the value of two numbers.


Input: Output:


10 10 and 2 multiplication 

is 20 and divide is 5.

2


Note: the will not zero and using float data type 


Solution:


Post a Comment

Previous Post Next Post