subject

What is the output of the code below?
for (int j = 1; j < = 10; j++)
{
if (j == 3)
{
break;
}
cout < < j < < endl;
}
output:
for (int j = 1; j < = 10; j++)
{
if (j == 3)
{
continue;
}
cout < < j < < endl;
}
output:
expert

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:00
Acase study allows a more detailed look at the life of a single subject than any other study.
Answers: 3
question
Computers and Technology, 23.06.2019 03:50
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 1
question
Computers and Technology, 23.06.2019 11:30
In cell h5 enter a formula that will calculate the percentage of attendees that went to the altamonte springs job fair in 2018.
Answers: 1
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
You know the right answer?
What is the output of the code below?
for (int j = 1; j < = 10; j++)
{
if (j...
Questions
question
Mathematics, 10.12.2020 22:20
question
Computers and Technology, 10.12.2020 22:20
Questions on the website: 13722363