Sign In
Ask Question
Yaretzi Osborn
Computers & Technology
11 September, 12:28
Edhesive 6.1 Code Practice
+4
Answers (
2
)
Donna Mack
11 September, 12:32
0
What kind of question is this?
Comment
Complaint
Link
Maia Potts
11 September, 12:57
0
I could find an Introduction to Computer Science course online about this question, in this course, in unit 6 and the first lesson is about LOOP.
Loop in programming is a cycle, we can use a cycle for and cycle while, this depends on our needs.
For example:
We could need an increase 1 by 1 in a number, we're going to do an example in the language java.
In this case, we have the variable "i" equal to 0, this variable going to increase with this code "++i" 1 by 1, with the condition i < 5, If the variables i is less than 5 then increase variable, until "i" be equal to 5, we print the result with the line System. out. println (i);
would be:
0
1
2
3
4
Until 4 because the condition is always less than 5, we cannot print 5 because is equal to 5
for (int i = 0; i < 5; + +i) {
System. out. println (i);
}
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“Edhesive 6.1 Code Practice ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Adam discovers a virus on his system that is using encryption to modify itself. the virus escapes detection by signature-based antivirus software. what type of virus has he discovered?
Answers (1)
Variables make it easier to do what? (select best answer.) A.) format your code B.) add comments in your code C.) figure out what data type a value has D.) make changes to your code
Answers (1)
What is the biggest danger in continuing to work with legacy systems? Apps will not run in compatibility mode Legacy systems do not support 64-bit apps Lack of updates can cause a security risk New apps will not work with the system
Answers (1)
Which of the following can be used to get an integer value from the keyboard? Integer. parseInt (stringVariable); Convert. toInt (stringVariable); Convert. parseInt (stringVariable); Integer. toInt (stringVariable);
Answers (1)
A B C D LE 1 Marks ICT Maths Tudal CYM Aurrage Scrence 96 90 S4 270 90 87 76 86 249 83 5 79 an 80 254 84.6667 Name K. Rahul M. Rohan S. Vimal 6 K. David. 7 S. Kamal Marimum Minimum 10 No. of students 80 95 27 3 98 96 90 275 91.6667 90 96 8 98 a5 9 7.
Answers (1)
New Questions in Computers & Technology
What must you consider when determining the efficiency of an algorithm? Select two choices. a. The language in which the program is written b. The amount of resources, such as storage, required c. The number of characters used to write the program d.
Answers (1)
How to use translate on a website?
Answers (1)
When we consider data quality, what are the differences among validity, reliability, and representativeness? How can you know the data have high levels of these characteristics?
Answers (1)
You are creating a budget for your new business. What should you include? A. All income and expenses. B. Fixed expenses but not income. C. Income but not variable expenses. D. Fixed and variable expenses but not taxes.
Answers (1)
This resume format focuses on the tasks or skills that an applicant can perform is what? A chronological B functional C electronic or D scannable
Answers (1)
Home
»
Computers & Technology
» Edhesive 6.1 Code Practice
Sign In
Ask Question
Menu
Calculator
Subjects
History
English
Mathematics
Biology
Physics
Chemistry
Geography
Social Studies
Business
Law
Arts
SAT
Advanced Placement (AP)
Computers & Technology
Engineering
Sign In
close
Sign In
Sign Up
Forgot Password?