. Write a Java program that calculates the multiplication table (up to 10) of the randomly generated number (between 1 and 100), and displays that on the screen.
Hint: Math function and For loop.
Create the porogram for Landing page, Owner Menu and Customer Menu of a Vending Machine
explain the function of the page map table in all of the memory allocation schemes. Explain your answer by describing how the PMT is referenced by other pertinent tables in each scheme
Calculate the interest for the given base amount.
if year > 15 then calculate 12% else 10%.
Find the maturity amount
Implement a standalone product search program in Java that lists matching products for a user who is looking for T-shirts.
You are given 3 CSV files, each containing the T-shirts data for Nike, Puma and Adidas respectively. Sample CSV files links are attached here for reference. You can add more data in existing files or can add more CSV files for another companies.
Using a while loop create a program that will prompts the user for two numbers and then print out a list of all the numbers between the given numbers (inclusive) squared.
Sample Run1
Enter two numbers: 4 8
Output1: List = 16 25 36 49 64
Sample Run2
Enter two numbers: -2 -6
Output2: List = 36 25 16 9 4
Create a java program that initialize a two dimensional array with the continuous assessment marks used to determine the semester mark for PRG510S exam qualification, The system should also create an array of student names in correspondence to the marks (Note: the appropriate weights of each individual assessment are given under corresponding headings and both the marks and student names are read from the user input).
Create a Java program to find which word has the maximum occurrence and
replace that word by a special symbol, say *.