Answer:
the first equation is 140.2
what's the last eqaution U???
Explanation:
Answer:
Algorithms are a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
Pseudo code is an informal description of an algorithm or how a program will function.
a. An example of an algorithm using coding terminology would be a function to find the largest or smallest number in a user-defined array.
b. A function that could include an algorithm would be a function that compares input.
c. Pseudo code could be used to outline a part of a program that has to carry out a specific function.
I hope that helped! If you have any questions I am glad to help.
Answer:
if this is in aspnet then
Step 1: Open new project in visual studio.
Step 2: Add new file in to our project.
Step 3: Design the master page, using HTML.
Step 4: Add web form in to our project.
Explanation:
public class JavaApplication82 {
public static void main(String[] args) {
for (int i = 1; i <= 9; i++){
for (int w = 0; w < i; w++){
System.out.print("*");
}
System.out.println("");
}
}
}
This works for me.
Answer:
ribbon- a row of tabs, groups, and commands
range- a group of cells containing related data
title bar- file name
cell- a container used to input data
worksheet- Excel’s version of a spreadsheet
Explanation: