Hello. I'm a beginenr of programing. This is the firt time totake this course.
And I was doing a homework. I just finished the homework.
But, there is a problem that I can not find the result.
Could you please tell me how to deal with this problem?
<!DOCTYPE html> <html> <head> <title>12217007-Lee Gyo Hyun</title> <style> #content { height: 650px; width: 950px; background-color: margin: auto; padding: 100px; } </style> <body> <div id="content"> </body> <h1>12217007-Lee Gyo Hyun</h1> <h2>A3_Part1 Javascript Assignment</h2> Irgb(103, 179, 230); <script> var height = parseInt(prompt("Enter your height in cms: ")) </div> var lower LimitValue = 18.5 var upper LimitValue 24.9 </script> = var lowerWeightLimit var upperWeight Limit = = lowerLimitValue * Math.pow((height / 100), 2); upper LimitValue * Math.pow((height / 100), 2); console.log("Lower Weight Limit:" + lowerWeightLimit + "Kg"); console.log("Upper Weight Limit:" + upperWeightLimit + "kg");
</body> </head> </html>
<!DOCTYPE html> <html> <head> <title>12217007-Lee Gyo Hyun</title> <style> #content { height: 650px; width: 950px; } </style> <body> background-color: rgb(103, 179, 230); margin: auto; padding: 100px; <div id="content"> <h1>12217007-Lee Gyo Hyun</h1> <h2>A3_Part2 Javascript Assignment</h2> <script> var num1 parseInt(prompt("Enter Number 1: ")); var num2 = parseInt(prompt("Enter Number 2: ")); var num3 = parseInt(prompt("Enter Number 3: ")); = console.log("Number in sorted order are"); if(num1<num2 && num1 < num3) { if (num2 <num3){ }else{ console.log(num1 + " " + num2 + console.log(num1 + } }else if(num2 < num3) { if (num1 < num3) { + num3 + + num3); + num2);
</head> </html> </body> </div> if (num1 < num3) { console.log(num2 + }else{ console.log(num2 + }else{ console.log(num3 + </script> + num1 + + num3 + + num2 + + num3); +num1); + num1);
12217007-Lee Gyo Hyun A3_Part1 Javascript Assignment
12217007-Lee Gyo Hyun A3_Part2 Javascript Assignment
Hello. I'm a beginenr of programing. This is the firt time to take this course. And I was doing a homework. I just finis
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am