SlideShare ist ein Scribd-Unternehmen logo
1 von 3
how to make a class Hangman C++
*private[atributes] *public[services] *->definitions
as simple as posible
Solution
Code:
#include<iostream.h>
#include<conio.h>
int main()
{
int lifes=0;
char letter;
int nope;
char word[20]={0};
char newword[20]={0};
cout<<"Write a word: ";
cin>>word;
while ( lifes <=5 &&strcmp(newword, word) != 0)
{
nope=0;
cout<<endl<<"Guess a letter: ";
cin>>letter;
for(int n=0; n<20; n++) {
if(word[n] == letter) {
newword[n]=word[n];.a&b
nope=1; } }
if(nope<1)
lifes=lifes+1;
cout<<"Sorry please try, again."<<endl; }
}
if (lifes>5)
{
cout<<endl<<"You lose";
}
else {
cout<<endl<<"You win!"; }
getch();
return 0;
}
how to make a class Hangman C++ -private-atributes- -public-services-.docx

Weitere Àhnliche Inhalte

Mehr von cliftonl1

How do I determine the Rf Value with just the information I have provi.docx
How do I determine the Rf Value with just the information I have provi.docxHow do I determine the Rf Value with just the information I have provi.docx
How do I determine the Rf Value with just the information I have provi.docx
cliftonl1
 
How do I print a list of payroll checks for the calendar year to date.docx
How do I print a list of payroll checks for the calendar year to date.docxHow do I print a list of payroll checks for the calendar year to date.docx
How do I print a list of payroll checks for the calendar year to date.docx
cliftonl1
 
How does SO2 in the atmosphere affect global warming- In general- what.docx
How does SO2 in the atmosphere affect global warming- In general- what.docxHow does SO2 in the atmosphere affect global warming- In general- what.docx
How does SO2 in the atmosphere affect global warming- In general- what.docx
cliftonl1
 
how do the different architectures of a polymer affect their propertie.docx
how do the different architectures of a polymer affect their propertie.docxhow do the different architectures of a polymer affect their propertie.docx
how do the different architectures of a polymer affect their propertie.docx
cliftonl1
 
how would a police department exhibit different structure and procedur.docx
how would a police department exhibit different structure and procedur.docxhow would a police department exhibit different structure and procedur.docx
how would a police department exhibit different structure and procedur.docx
cliftonl1
 
HOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docx
HOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docxHOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docx
HOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docx
cliftonl1
 
how does molecular mass affect physical properties of compounds (solub.docx
how does molecular mass affect physical properties of compounds (solub.docxhow does molecular mass affect physical properties of compounds (solub.docx
how does molecular mass affect physical properties of compounds (solub.docx
cliftonl1
 

Mehr von cliftonl1 (20)

How do you think the DATA Act will impact governmental entities and st.docx
How do you think the DATA Act will impact governmental entities and st.docxHow do you think the DATA Act will impact governmental entities and st.docx
How do you think the DATA Act will impact governmental entities and st.docx
 
How do I determine the Rf Value with just the information I have provi.docx
How do I determine the Rf Value with just the information I have provi.docxHow do I determine the Rf Value with just the information I have provi.docx
How do I determine the Rf Value with just the information I have provi.docx
 
How do I print a list of payroll checks for the calendar year to date.docx
How do I print a list of payroll checks for the calendar year to date.docxHow do I print a list of payroll checks for the calendar year to date.docx
How do I print a list of payroll checks for the calendar year to date.docx
 
How does SO2 in the atmosphere affect global warming- In general- what.docx
How does SO2 in the atmosphere affect global warming- In general- what.docxHow does SO2 in the atmosphere affect global warming- In general- what.docx
How does SO2 in the atmosphere affect global warming- In general- what.docx
 
How does an awareness of the historical link between the United States.docx
How does an awareness of the historical link between the United States.docxHow does an awareness of the historical link between the United States.docx
How does an awareness of the historical link between the United States.docx
 
How do you utilize PM software to manage team activities-SolutionProje.docx
How do you utilize PM software to manage team activities-SolutionProje.docxHow do you utilize PM software to manage team activities-SolutionProje.docx
How do you utilize PM software to manage team activities-SolutionProje.docx
 
how do the different architectures of a polymer affect their propertie.docx
how do the different architectures of a polymer affect their propertie.docxhow do the different architectures of a polymer affect their propertie.docx
how do the different architectures of a polymer affect their propertie.docx
 
How do phospholipid bilayers maintain specific concentrations of solut.docx
How do phospholipid bilayers maintain specific concentrations of solut.docxHow do phospholipid bilayers maintain specific concentrations of solut.docx
How do phospholipid bilayers maintain specific concentrations of solut.docx
 
how would a police department exhibit different structure and procedur.docx
how would a police department exhibit different structure and procedur.docxhow would a police department exhibit different structure and procedur.docx
how would a police department exhibit different structure and procedur.docx
 
How will you close your knowledge gap- Is your mind geared to re-think.docx
How will you close your knowledge gap- Is your mind geared to re-think.docxHow will you close your knowledge gap- Is your mind geared to re-think.docx
How will you close your knowledge gap- Is your mind geared to re-think.docx
 
How to do web application testing on a website checking it-'s (Functio.docx
How to do web application testing on a website checking it-'s (Functio.docxHow to do web application testing on a website checking it-'s (Functio.docx
How to do web application testing on a website checking it-'s (Functio.docx
 
How to make a Mic 1 L2 instruction set that takes in user input throug.docx
How to make a Mic 1 L2 instruction set that takes in user input throug.docxHow to make a Mic 1 L2 instruction set that takes in user input throug.docx
How to make a Mic 1 L2 instruction set that takes in user input throug.docx
 
HOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docx
HOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docxHOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docx
HOW they got -1-78 ----------------- Assignment Brief Day 1- They-'ve.docx
 
How to build a grid using 2D arrays by inputting numbers from the comm.docx
How to build a grid using 2D arrays by inputting numbers from the comm.docxHow to build a grid using 2D arrays by inputting numbers from the comm.docx
How to build a grid using 2D arrays by inputting numbers from the comm.docx
 
how does molecular mass affect physical properties of compounds (solub.docx
how does molecular mass affect physical properties of compounds (solub.docxhow does molecular mass affect physical properties of compounds (solub.docx
how does molecular mass affect physical properties of compounds (solub.docx
 
How do we know the CO2 in the atmosphere is of anthropogenic origin-.docx
How do we know the CO2 in the atmosphere is of anthropogenic origin-.docxHow do we know the CO2 in the atmosphere is of anthropogenic origin-.docx
How do we know the CO2 in the atmosphere is of anthropogenic origin-.docx
 
How does Java provide platform portability for developing applications.docx
How does Java provide platform portability for developing applications.docxHow does Java provide platform portability for developing applications.docx
How does Java provide platform portability for developing applications.docx
 
How the addition of CaCl2 affects the molar solubility of the compound.docx
How the addition of CaCl2 affects the molar solubility of the compound.docxHow the addition of CaCl2 affects the molar solubility of the compound.docx
How the addition of CaCl2 affects the molar solubility of the compound.docx
 
How does IPsec provide security in IPv6- What is the relationship of I.docx
How does IPsec provide security in IPv6- What is the relationship of I.docxHow does IPsec provide security in IPv6- What is the relationship of I.docx
How does IPsec provide security in IPv6- What is the relationship of I.docx
 
how many people are on this planet earth-SolutionEarth- also known as.docx
how many people are on this planet earth-SolutionEarth- also known as.docxhow many people are on this planet earth-SolutionEarth- also known as.docx
how many people are on this planet earth-SolutionEarth- also known as.docx
 

KĂŒrzlich hochgeladen

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

KĂŒrzlich hochgeladen (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

how to make a class Hangman C++ -private-atributes- -public-services-.docx

  • 1. how to make a class Hangman C++ *private[atributes] *public[services] *->definitions as simple as posible Solution Code: #include<iostream.h> #include<conio.h> int main() { int lifes=0; char letter; int nope; char word[20]={0}; char newword[20]={0}; cout<<"Write a word: "; cin>>word; while ( lifes <=5 &&strcmp(newword, word) != 0) {
  • 2. nope=0; cout<<endl<<"Guess a letter: "; cin>>letter; for(int n=0; n<20; n++) { if(word[n] == letter) { newword[n]=word[n];.a&b nope=1; } } if(nope<1) lifes=lifes+1; cout<<"Sorry please try, again."<<endl; } } if (lifes>5) { cout<<endl<<"You lose"; } else { cout<<endl<<"You win!"; } getch(); return 0; }