hi guys, just wanted to post some of the simple c++ stuff one could use to learn programming, i have never posted anything coz im too lazy, but im making a change
try these to practise c++. these are just simple stuff for basic math.
----------------------------------------------------------------------------------------------
#include<iostream.h>
#include<conio.h>
int main()
{
float num1;
float num2;
float sum;