Write a program to compare two given numbers and displey which of them is greater or whether they are equal.
Answers
Answer:
Brainly.in
What is your question?
adityareet2006
adityareet2006
02.07.2020
Computer Science
Secondary School
Write a program to compare two given numbers and display which of them is greater or whether they are equal.
1
SEE ANSWER
adityareet2006 is waiting for your help.
Add your answer and earn points.
shivamchaudhary98707
shivamchaudhary98707
Answer:
Comparing the two given integers using the if-else C syntax for greater than, less than or equal
Compiler: Visual C++ Express Edition 2005
Compiled on Platform: Windows XP Pro SP2
Header file: Standard
Additional library: none/default
Additional project setting: Set project to be compiled as C
Project -> your_project_name Properties -> Configuration Properties -> C/C++ -> Advanced -> Compiled As: Compiled as C Code (/TC)
Other info: none
To do: Comparing the given two integers using the if-else C syntax for greater than, less than or equal
To show: How to use the if-else statements to compare two given integers in C programming for greater than, less than and equal