Problem 1

Your First Java Program for this assignment will help you get acquainted with the free online programming environment, Browxy.com. Please note you may want to type your programs on Browxy.com directly to avoid false error reports. Don't copy any program from a Word document and paste it on Browxy.com. Word will add extra invisible codes to the program and you will receive false error reports when you compile and execute the program on Browxy.com.

Here is the Java program you will enter:

// This is my first Java program.
public class MyFirstProgram
{
public static void main( String[] args)
{
System. out. println(“ Hello World!”);
}
}

Provide:

  • Algorithm for Problem 1
  • Java Program (The Java program has been provided to you.)
  • Screenshot of the result on Browxy.com

Problem 2

Write an application that displays your initials in large block letters. Make each large letter out of the corresponding regular character. For example: see image.

Provide:

  • Algorithm for Problem 2
  • Java Program
  • Screenshot of the result on Browxy.com

Program 3

Write a program that prints an imitation of the Composition II in Red, Blue, and Yellow created in 1930 by Piet Mondrian painting, illustrated below. see image.

Use character sequences such as @@@ or ::: to indicate different colors and use - and | to form the black lines.

Provide:

  • Algorithm for Problem 3
  • Java Program
  • Screenshot of the result on Browxy.com

Program 4

In the United States there is no federal sales tax, so every state may impose its own sales taxes. Look on the Internet for sales tax charged in five US states, then write a program that prints the tax rates for five states of your choice. For example,

Sales Tax Rates
----------------------
Alaska: 0%
Hawaii: 4%

Provide:

  • Algorithm for Problem 4
  • Java Program
  • Screenshot of the result on Browxy.com
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.