Computer Science, asked by anjumohan, 4 months ago

of a nested if else statement*/
#include<stdio.h>
#include<conio.h>
void main()
{
int n1, n2;
. The
printf("Enter two integers:\n");
scanf("%d %d",&n1,&n2);
if(n1==n2)
printf("Result: %d = %d",n1,n2);
else
if(n1>n2)
printf("Result: %d > %d",n1,n2);
else
printf("Result: %d > %d",n2, n1);
return 0;​

Answers

Answered by sejal2439
0

Answer:

hlxuldlydhlxhlxuupfulfylc

Similar questions