ShareCopy to ClipboardRawPreviewvoid main () { // Variable definition: int a, b; int c; float f; // actual initialization a = 10; b = 20; c = a + b; cout << c; f = 70.0/3.0; cout << f; } Rtarts00Yatharth Garg0 CommentsAdd CommentLog in to add a comment