ertyu


SUBMITTED BY: Darshil

DATE: June 29, 2016, 8:55 a.m.

FORMAT: C++

SIZE: 485 Bytes

HITS: 326

  1. C++ class example program
  2. Advertise here
  3. SUBMITTED BY: RavishBhatt
  4. DATE: June 29, 2016, 8:53 a.m.
  5. FORMAT: C++
  6. SIZE: 577 Bytes
  7. Raw Download
  8. Tweet
  9. HITS: 5
  10. Go to comments Add to favorites Report
  11. #include<iostream>
  12. using namespace std;
  13. class programming
  14. {
  15. private:
  16. int variable;
  17. public:
  18. void input_value()
  19. {
  20. cout << "In function input_value, Enter an integer\n";
  21. cin >> variable;
  22. }

comments powered by Disqus