Skip to content

Commit

Permalink
restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonawane-Karan26 authored Dec 3, 2021
1 parent 140b44d commit 9b71a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter 02/Project_1.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
//1 mile equals 1.60934 kilometers.
let myDistanceMiles = 130;
let myDistanceKM = myDistanceMiles * 1.60934;
console.log("The distance of " + myDistanceMiles + " miles is equal to " + myDistanceKM + " kilometers")
console.log("The distance of " + myDistanceMiles + " miles is equal to " + myDistanceKM + " kilometers");

0 comments on commit 9b71a42

Please sign in to comment.