🔒 Closed Mga expert patulong?

Status
Not open for further replies.

network phantom

Journeyman
firstyear bsis student po ako. kakasimula lang nang klase namin binigyan kami agad ng assignment. kunti lang alam ko sa c++ tulungan nyu ako.

Problem: Make a list of instructions that will tell the user to input integer age of an athlete. If the value entered is greater than or equal to 10, it will display a text “You are (age) years old and You are qualified to play the game!”. However, if value entered is below 10, it will message “You are (age) years old, you are too young to play the game.”

Required:
Create a detailed instructions (pseudocode) of the above-problem.
 
int age = 10;
if(age <=10){
cout << "You are"+age+" years old and You are qualified to play the game!";
}else{
cout << “You are "+age+"years old, you are too young to play the game.”
}
 
Status
Not open for further replies.

About this Thread

  • 5
    Replies
  • 692
    Views
  • 4
    Participants
Last reply from:
network phantom

Trending Topics

Online now

Members online
717
Guests online
3,567
Total visitors
4,284

Forum statistics

Threads
2,306,455
Posts
29,171,862
Members
1,194,839
Latest member
KAMIZE
Back
Top