Write a program that assigns two integer values from standard input to the variables int1 and int2, then prints "true" if they a
re equal, and "false" if they are not. submit
1 answer:
C# program code:
int int1;
int int2;
Console.WriteLine("Insert first number");
int1 = Console.ReadLine();
Console.WriteLine("Insert second number");
int2 = Console.ReadLine();
if (int1 == int2)
{
Console.WriteLine("true");
}
else
{
Console.WriteLine("false");
}
You might be interested in
Answer:
Ima say true
Explanation:
Answer:
Ground Antennas
Explanation:
I got it right on my test
Answer:
The answers are Physical therapist, and Veterinary technician...
Explanation:
Web pages often have built-in connections, or links, to other documents, graphics, other web pages, or web sites.
true
11 answer would be A and 12 answer would be C as a freelancer there is no guarantee of jobs or job security