int a,b;
if(a>b) Console.WriteLine(a-b);
else Console.WriteLine(a+b);
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
int a,b;
if(a>b) Console.WriteLine(a-b);
else Console.WriteLine(a+b);