3

Degree is still on the way.
But once i have finished it'll help me do something like

std::cin>>a;
syd::cin>>b;
int sum = a + b ;
std::cout<<"sum of both numbers is:"<<sum;

My degree tells me that it is the most useful way of solving real world problems. By using c++ to cout statemens on terminal can solve all problems of a corporate company.

Comments
  • 1
    True, but it should have given you a structured mindset that, along with experience on the field, it will help you solve real world problems :)
Add Comment