Advertisement
galih039

Untitled

Jun 25th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace all
  6. {
  7. class Program
  8. {
  9. static void Main(string[] args)
  10. {
  11. int A,B,C,jumlah,kurang,kali;
  12. A = jumlah = (5 + 7);
  13. Console.WriteLine("A");
  14. B = kurang = (5 - 7);
  15. Console.WriteLine("B");
  16. C = kali = (5 * 7);
  17. Console.WriteLine("C");
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement