Computer Science, asked by Sangeetharao, 7 months ago

Write, test, and debug (if necessary) JavaScript scripts for the problems that follow. When required to write a function, you must include a script to test the function with at least two different data sets..
Input: Three numbers, using prompt to get each.
Output: The largest of the three input numbers.​

Answers

Answered by s9448374130
0

4.1 Code for squares and cubes- html> <head><title>JS Demo</title></head> <body> <table border="1"> <tr><th>num</th><th>square</th><th>cube</th> <tr> &lt;script>.

Similar questions