Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

make sure u write the program in javascript JavaScript Programming-Assignment #1 1. Write a program that prompts the user for three numbers. Then using the

image text in transcribedmake sure u write the program in javascript

JavaScript Programming-Assignment #1 1. Write a program that prompts the user for three numbers. Then using the alert function, display the average, product, and sum of the three numbers. 2. Write a program that ask for the user's first name and user's last name. Have the program then use the alert function to display data. Your First Name: Your Last Name: Your Complete Names is: 3. Write a program that asks the user if it is raining, snowing, windy, sunny or humid outside. Using conditional statements, determine what your alert function will tell the user. HINT: You must have five different outputs for each of the five possible cases. 4. Write a program that ask the user to input their age. Then using console.log () print out how long they have been alive in weeks, days, minutes and seconds. 5. Create a function that takes the average of the all numbers in an array. The function must be able t handle any size. Print out the contents of the size array

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database System

Authors: Elmasri Ramez And Navathe Shamkant

7th Edition

978-9332582705

More Books

Students also viewed these Databases questions