Write a C# Sharp program to print the result of the specified operations

  • برمجة سي شارب
  • برمجة

Write a C# Sharp program to print the result of the specified operations

Sample Output:

23                                                                                                            
5                                                                                                             
12                                                                                                            
3

الأجوبة

public class Exercise4
{
    public static void Main()
    {
        System.Console.WriteLine(-1+4*6);
		//-1 + 24 = 23
        System.Console.WriteLine((35+5)%7);
		//40 % 7 = 5 (remainder of 40/7)
        System.Console.WriteLine(14+-4*6/11);
        //14 - (24/11)= 14 - 2 = 12
        System.Console.WriteLine(2+15/6*1-7%2);
		//2 + (15/6) - remainder of (7/2) = 2 + 2 - 1 = 4 - 1 = 3
    }
}
هل كان المحتوى مفيد؟

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...