How to do the Trip planner Snails in well JavaScript project
2/23/2021 3:04:24 AM
Francis Chukwudi19 Answers
New AnswerI know bro you have try your first attempt tell me??????βββπ
Thanks anurag can you help me out with currency converter, store manager, and words project
Hello to all of you, Friends, I am learning coding right now. I have some assignments, please help me. I came to know about this app, I am trying to learn through this app. Please complete my assignment. Thank you! Que.01=Write SQL query using group by function. Que.02= Update Student Last name whose city is Bilaspur to βRaipurβ. Que.03= Display all information from the Student table whose lastname null. Que.04= Delete Students information whose age is greater than 20. Que.05= Insert the employeeβs details into the employer table.
1st show your attempt and post your code here π»πππππif there will be any error then we will help you okFrancis Chukwudi
Francis Chukwudi I think this will be helpful Trip Planner: function main() { var distance = parseInt(readLine(), 10); //your code goes here var result = distance/40; console.log(result*60); } Snail in the well: function main() { var depth = parseInt(readLine(), 10); //your code goes here var day = 0; var total = 0; while (total < depth) { day = day + 1; total = total + 7; if (total >= depth) { console.log(day); break; } total = total - 2; } } sorry to all for that I have posted code directly πππππππ
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message