Tried a little more after got back from fun Color Run in ATL. =)
Do multiple simple calculations at once. Use the ComputationType. It enums different types of computation and defines them separately. Try it out! Download the SourceFile
Output:
//** Notes:
1. Every time, program called Compute(n), it has Compute(n)*Compute(n). First time, program called Compute(n),it dose following computation,
(Compute(n)*Compute(n))*Compute(n). And it processes calculation infinitely.
2. Template:
return_type function_name(arguments)
{
//Definition
return retun_value;
}
3. Output formatting:
%u! = %u
\n
fibb(%u) =%u
\n
%u^2=%u