Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace prvaAuditoriska
- {
- class Program
- {
- static void Main(string[] args)
- {
- int a = 10;
- int b = 20;
- int c = 0;
- c = a + b;
- Console.WriteLine("Rezultat od operacijata e "+ c);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment