For each code, indicate whether it is a compiler error or ru…

For each code, indicate whether it is a compiler error or runtime error, and why the error occurs. If there is no error, state the output. Code 1: int a = 5;int b = 10;int c = b x a;System.out.println(b / c); Code 2: String x = “Good Luck!”;String y = new String(“good luck!”);System.out.println(x.toLowerCase() == y); Code 3: boolean[] b = new boolean[3];b[1] = true;b[2] = false;b[3] = false;System.out.println(“Index 1 is ” + b[1]); Use this template for your answer (please type fully – you cannot copy): Code 1: [Compiler Error / Runtime Error / No Error]: [explanation if you indicate Compiler Error or Runtime Error, output if the above is No Error] Repeat the same format for Code 2 and Code 3, each on its own line

Jun complains to his friend about the phone he recently boug…

Jun complains to his friend about the phone he recently bought: “This phone’s no good. It’s made of cheap materials, there’s not enough memory, and it’s too small.” Jun’s use of the word “good” indicates that he is referring to the phone’s ___________ value.

Algernon, a small proprietorship owned by an unmarried indiv…

Algernon, a small proprietorship owned by an unmarried individual, has a taxable income of $90,000. What is its tax bill if the tax rates are 10% on the first $12,000, 12% on the next $50,000 (between 12,000 and 62,000 income), and 22% on the remaining income?