Answer:#include<stdio.h>
int main(){
int i=1;
while(i<=10){
printf("%d \n",i);
i++;
}
return 0;
}
Explanation:
This is the program I coded on the while loop.
In this exercise we have to use the knowledge of programming in C code to describe a looping so we have the code.
The code can be found in the attached image.
How to repeat code in C?Repeat commands are a feature that allows a certain piece of code in a program to be repeated a certain number of times. In C there are three repetition commands: while, do-while and for.
So in a simpler way the code is:
#include<stdio.h>
int main(){
int i=1;
while(i<=10){
printf("%d \n",i);
i++;
}
return 0;
}
See more about C code at brainly.com/question/25870717
What does it mean when we say that Unity “handles terrain natively,” and how can that assist in game development?
Answer:
yes it is true
Explanation:
happy fun
How do i open screenshots on school chromebook?
Answer:
you have to open your file explorer and open the screenshot folder.
Explanation:
Answer:
1. Go to the small magnifying glass on the bottom of the taskbar.
2. Then type in "Snipping Tool" in the search bar.
3. Then click on "Open" or the App.
4. Then a small window should pop up and click "Try Snip & Sketch"
5. Then press the "New" button.
6. The screen should go slightly darker and you can drag your mouse to whatever image or screenshot you want to take. As long as it's on the desktop screen, it shall capture all of it.
7. After capturing the image you can edit it with the tools provided.
8. After finishing on the steps, you can either press either "Save As" or "Copy".
Instead of being so troublesome, you can always pin the app to taskbar or press "Window Logo Key + Shift + S". There should be a notification after finished.
After save as you can go look at your files afterwards.
Fill the range c15:e15 with the formula in cell b15 to determine the average revenue per salesperson in quarters 2 and 3 and year to date
Excel formulas are expressions used to perform computation.
The Excel formula to enter in range C15:E15 are: = (C14/G2) ,= (D14/G2) and = (E14/G2)
How to determine the Excel formulaFrom the complete question, the formula in cell B15 is:
= (B14/G2)
When the formula is moved to fill the range C15 to E15, we change B14 to C14, D14 and E14.
So, we have:
C15= (C14/G2)
D15= (D14/G2)
E15= (E14/G2)
Hence, the formulas in range C15:E15 are:
= (C14/G2) ,= (D14/G2) and = (E14/G2)
Read more about Excel formulas at:
https://brainly.com/question/14820723
Which of formula contains an absolute cell reference?
=A1!+(A4*2%)
=SUM($B$7:$B$9)
=4000+2/(3*24)
=COUNT(A3:A7, B3:B12)
Question 1 of 10
What are mobile collaborative tools most often used for?
A. Creating different types of text documents, spreadsheets, and
presentations
B. Writing out the steps to solve a problem
C. Meeting and sharing securely on a top-secret program
D. Moving about and working together on inventory management
Answer:
I belive it is A but i could be wrong
Explanation:
Answer:
The answer is D.
Explanation:
Info, and Contact Us. She will create a hierarchy of page elements and revise the style sheets. In this case, the Home page contains two _____ elements.
Answer:
link
Explanation:
WHY can C only approximate most (mathematical) real numbers?
Answer:
WHY can C only approximate most (mathematical) real numbers?
In a computer, a real value is stored in a finite number of bits (typically 32 or 64 bits). So a computer's representation of real numbers can only approximate most mathematical real numbers. This is because only finitely many different values can be stored in a finite number of bits.
Explanation:
I hope it will help you....
[tex]kai6417[/tex]
#carryonleraning
The Internet emerged as a new medium for visualization and brought all the following EXCEPT Group of answer choices new forms of computation of business logic. worldwide digital distribution of visualization. new graphics displays through PC displays. immersive environments for consuming data.
The Internet emerged as a new medium for visualization and brought all the following EXCEPT : Computation of business logic.
What is business logic?Business Logic refers to a series of algorithms that are the basis of different business software. The aim of business logic is the implementation of higher-level algorithms to process data hence generate precise output.
The Internet did not bring business logic to the surface but the implementation of Information Technology (IT) to business.
Hence, the Internet emerged as a new medium for visualization and brought all the following except computation of business logic.
Learn more internet here : https://brainly.com/question/97026