Answer:
database - you could also use a spreadsheet but you can't ask questions that you can with a database
Explanation:
Answer:
import java.util.Scanner;
public class TestClock {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter two integer numbers");
int num1 = in.nextInt();
int num2 = in.nextInt();
int newSum=num1+10;
System.out.println("The first number is "+num1);
do{
System.out.println(newSum);
newSum +=10;
}while (newSum <=num2);
}
}
Explanation:
Using Java Programming language
- Prompt user for the two inputs and save them as num1 and num2(Using the scanner class)
- Create a new Variable newSum = num1+10
- Create a do...while loop to continually print the value of newSum, and increment it by 10 while it is less or equal to num2
Answer:
Compiler.
Explanation:
Actually there are two things missing in the code first is the header file.There is only # include no filename is there like<iostream>,,bits/stdc++.h> etc.cin ,cout will not work until iostream is included in the program.After including the header properly the missing semicolon will be caught by the compiler.The error will be as following:-
expected ';' before return.
Answer:
binary is a language.
Explanation:
Well it is a language which uses only two numbers, 0 and 1. This is the language that computer understands. 0 in general means true and 1 in general means false. Binary codes are used for various methods of encoding data.
Explanation:
If you think about it the Internet has impacted business so much. Stores are going out of business due to online shipping. Because of online shipping now people have to leave their house if they want something because now we have Amazon target Walmart eBay ect. so many other apps. think about it what store do you actually go to the most. Probably Amazon and Target right. The Internet is taking over the world small pieces at a time. This time is a great example of how the Internet is helping us so much. Are food drinks and close now all come from te internet.