Advertisement
Josif_tepe

Untitled

Mar 12th, 2024
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. int kolicina = 24;
  2.     float cena = 12.5;
  3.    
  4.     cout << "kolicina" << endl;
  5.     cout << "cena" << endl;
  6.    
  7.     cout << kolicina << endl;
  8.     cout << cena << endl;
  9.    
  10.     cout << "kolicina=" << kolicina << ", cena=" << cena << endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement