#include <iostream>using namespace std;int main() {int a = 5;float b = 2.5;int hasil;hasil = a + b;cout << "Hasil ekspresi = " << hasil;return 0;}
Standard input is empty
Hasil ekspresi = 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!