Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. int main()
  2. {
  3.     string day = "";
  4.     int numer = 0;
  5.  
  6.     cout << "Welcome to petshop etcetc.." << endl;
  7.     cout << "Enter the day of this week" << endl;
  8.     cin >> day;
  9.     if(day == "monday")
  10.         {
  11.             cout << "This day is monday" << endl;
  12.         }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement