Answer:
this is more up to you on what you think you are good at and what you need to develop in.
Answer:
1/2000
Explanation:
import java.util.Scanner;
public class InputExample {
public static void main(String [] args) {
Scanner scnr = new Scanner(System.in);
System.out.print("Enter birth month and date:");//comment this line if not needed
int birthMonth=scnr.nextInt();
int birthYear=scnr.nextInt();
String output= birthMonth+"/"+birthYear+"\n";
System.out.println(output);
}
}
if using this code the out put should be 1/2000
MATLAB CODE:
%%%%
clc
dist_mile=input('enter the distance in miles') %%%dist_mile stores given distance in miles
dist_km=dist_mile*1.6093 %%coversion of dist_mile into km and storing in dist_km
%%%%
OOUTPUT:
enter the distance in miles
2
dist_km
3.2186
I think the correct answer from the choices listed above is option B. <span>Auto Fill options menu options is the same as the Fill Series option by the fact that it is also a fill without formatting. Hope this answers the question. Have a nice day. Feel free to ask more questions.</span>