• Home
  • About
  • Contact
Sheger Tech
  • Home
  • Android
    • Android tutorials
    • Android Exercise
    • Android Materials
  • Java
    • Java tutorials
    • Java Exercise
    • Java Materials
  • C++
    • C++ tutorials
    • C++ Exercise
    • C++ Materials
  • Web
    • Web tutorials
    • Web Exercise
    • Web Materials
  • Tips & Tricks

cpp lessons


Home

Popular Posts

  • Write a C++ program to prompt the user to input 3 integer values and print these values in forward and reversed order.
    /* For more exercises and lessons, visit http://shegertech.blogspot.com/ */ #include <cstdlib> #include <iostream> using ...
  • Write a C++ program to declare two integer , one float variables and assign 10, 15, and 12.6 to them respectively.
    /* For more exercises and lessons, visit http://shegertech.blogspot.com/ */ #include <cstdlib> #include <iostream> using ...
  • Write a C++ program to accept five integer values from keyword. The five values will be stored in an array using a pointer. Then print the elements of the array on the screen.
    /* For more exercises and lessons, visit http://shegertech.blogspot.com/ */ #include<iostream> #include<conio.h> using na...

Blog Archive

About Me

Josh
View my complete profile

Enter your email address:

Delivered by FeedBurner

Copyright © Sheger Tech