Preview:
#include <iostream>
using namespace std;

int main() {
    int num1 = 5, num2 = 3;
    int sum = num1 + num2;
    cout << "5 Aur 3 Ko Jodna Tha Na Ans Hai : " << sum << endl;
    cout << "Agar Main Sahi Houn To Muskura Dijye Smile PLZ........." << endl;
    return 0;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter