All pastes #2071902 Raw Edit

Stuff

public cpp v1 · immutable
#2071902 ·published 2011-05-30 06:30 UTC
rendered paste body
	float mm = 0.4;	float nn = 2.8;	int xx = 3;	int c = (mm * xx + nn);	cout << "c: " << c << endl;