Honestly gotta say cramming in an assignment doesnt help at all
Answer:
import java.util.Scanner;
public class num1 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
//Prompt and receive user input
System.out.println("Enter number of Steps");
int numSteps = in.nextInt();
double numMiles = numSteps/2000;
//Print the formated number of miles
System.out.printf("The equivalent miles is %.2f ",numMiles);
}
}
Explanation:
- This is solved using Java programming language
- Scanner class is imported and used to receive user input (number of steps walked)
- To convert number of steps to number of miles, we divide by 2000, Since the question says the pedometer treats walking 2,000 steps as walking 1 mile.
- Output the number of miles to 2 decimal places using java's printf() method
Answer:
Basic auth is an authentication where username and password are sent with an HTTP request unencrypted (just base64 encoded).
OAuth is a scheme whereby you perform a login at an IAM server, which gets you a token, and then you provide the token with requests to another server.
Answer:
The steps to create table, hide boarder and show border around the whole table is given below.
Explanation:
<u>1. Create Table</u>
- Click on insert Tab
- In insert tab, Click on Table
- Select No. of row and columns to create the table
<u>2. Hiding Boarders</u>
- Click on Design Tab
- In table style section Choose the layout that have no boarder
<u>3. Add boarder Around table</u>
- Click on Design Tab
- Select whole table by clicking on Plus sign on the top right corner of table
- Click on arrow of boarders button in Boarders section in design tab
- Select the "outside boarder" option from the list
<em>By following above mentioned steps, jennnine can draw a boarder around the table to distinguish it from rest of the document.</em>
You are required to suggest a solution to the problem of your friend.
The solution to the long pause of the movie when your friend is streaming is to get a <em><u>good internet connection.</u></em>
- Your friend has a problem with a movie pausing for long moments whenever she is streaming. This is caused by <em><u>poor internet connection</u></em> of your friends device.
- Internet service providers provides internet connection for users. Your friend should consult her <em>internet service providers</em> to make a complain and they will suggest solutions to her problems.
Read more:
brainly.com/question/24928510