Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Help needed related simple html and java ! Thanx http://www.johnloomis.org/ece449/asgn/asgn02/ece449_02.html The goal of this assignment is to (1) demonstrate proper submission of assignments in HTML
Help needed related simple html and java ! Thanx
http://www.johnloomis.org/ece449/asgn/asgn02/ece449_02.html
The goal of this assignment is to (1) demonstrate proper submission of assignments in HTML format and (2) write some simple Java programs. 1. Prepare an HTML document with the filename index.html. a. Use hl for the main title (Assignment 1) b. Use h2 for your name. c. Write a paragraph (or more) listing your major, your goals for this course (What you you want to accomplish?), and your prior programming experience and HTML experience. d. Write another paragraph or more demonstrating the use of italics, bold, and code formats and the use of Greek letters and mathematical symbols. e. Finally demonstrate the use of the ordered list (ol) 2. Install Java on vour notebook computers You can download Java SE from oracle.com 3. Write a Java program similar to Hellojava that demonstrates println and printf functions. Demonstrate the use of formats in printf and the use of string concatenation in Java. Your program should use multiple features of these functions and be unique. 4. Write an html file to document the code and output above. Place this file in a separate directory and put a hyperlink to this file in your index.html file. 5. Write a program using console dialog (see InputTest.java and Retirement.java) to read two or more resistance values and calculate the total resistance if the resistors are in series and if the resistors are in parallel. 6. Modify the program to use command line arguments for the resistance valuesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started