#include <iostream>using namespace std; int main() {float total = ((20.0 / 150.0)*60.0); cout<<"Resutl is:" << total; return 0;}
Standard input is empty
Resutl is:8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!