Question: I want a solution the program we use is visual studio - Write, compile, and execute a C++ computer program. - Debug computer programs and


- Write, compile, and execute a C++ computer program. - Debug computer programs and identify syntax and logical errors. - Understand data types and structures and implement them in programming. - Understand conditional statements and use them in programming. Q1) Write a C++program to ask the user to enter a default username and password, and then checks whether the entered values match the preset defaults. If the user enters the correct default credentials, the program allows the user to update their username and password. Check the following output. Defualt username is Admin Defualt Password is Password Enter the defualt username Admin Enter the defualt Password Password Successfuly accessed Do You want to update your Credentials? (y) y Enter new username AIU Enter new Password AIU1234@ Your Credentials Updated Successfully! Q2) Write a C++ program to find out a child's blood group based on the following parent's blood chart: Your program must display a child blood group based on your input, see the following outputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
