Computers and Technology
Computers and Technology, 13.01.2020 21:31, naiajNan

Replace any alphabetic character with '_' in 2-character string passcode. ex: if passcode is "9a", output is: 9_hint: use two if statements to check each of the two characters in the string, using : #include #include #include using namespace std; int main() {string passcode; cin > > passcode; /* your solution goes here */cout < < passcode < < endl; return 0; }

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 07:10, anika420
If you want to import a picture into a dtp application, what must you do first? draw an image frame. import text. open the folder containing the file. select get image… from the windows menu.
Answers: 2
image
Computers and Technology, 23.06.2019 10:30, badpotterchris
How would you categorize the software that runs on mobile devices? break down these apps into at least three basic categories and give an example of each.
Answers: 1
image
Computers and Technology, 24.06.2019 11:20, isabelperez063
Every telecommunication setup uses two devices: one device to transmit data and one device to receive data. which device transmits frequencies to mobile phones? towers transmit frequencies to mobile phones.
Answers: 1
image
Computers and Technology, 24.06.2019 17:40, xinkyx616
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
Do you know the correct answer?
Replace any alphabetic character with '_' in 2-character string passcode. ex: if passcode is "9a",...

Questions in other subjects:

Konu
Chemistry, 16.07.2021 23:20
Konu
Mathematics, 16.07.2021 23:20
Konu
Arts, 16.07.2021 23:20
Konu
Physics, 16.07.2021 23:20