Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. std::cout << "n1. Yesn2. No" << std::endl;
  2. int choose;
  3. std::cout << "Do You Want to Change Coffitions : ";
  4. cin >> choose;
  5. if(choose = 1){
  6. ....
  7. } else if(choose = 2){
  8. ....
  9. }
  10.  
  11. #include <iostream>
  12.  
  13. using namespace std;
  14. int main()
  15. {
  16. int coffr = 2;
  17. int cofeng = 1;
  18. int cofhisgeo = 2;
  19. int cofisl = 1;
  20. int cofmath = 3;
  21. int cofarab = 3;
  22. int cofsci = 2;
  23. int cofphy = 2;
  24. int cofmad = 1;
  25. std::cout << "nCoffitions : n------------n";
  26. std::cout << "Coffition of French : " << coffr << "nCoffition Of English : " << cofeng << "nCoffition of His Geo : " << cofhisgeo << "nCoffition Of Islamia : " << cofisl << "nCoffition Of Mathematique : " << cofmath << "nCoffition of Arabic : " << cofarab << "nCoffition Of Science is : " << cofsci << "nCoffition Of Physique : " << cofphy << "nCoffition of Madania : " << cofmad
Add Comment
Please, Sign In to add comment