Skip to content

Commit

Permalink
ASIGNMENT DAY 1
Browse files Browse the repository at this point in the history
  • Loading branch information
srinjoy-26 authored Jan 25, 2022
1 parent b63d7f4 commit 0b1ad0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions New.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

// Finding area of a circle with radius 5 units
let rad = 5
const pi = 3.14

let A = pi*rad*rad

console.log(A);

0 comments on commit 0b1ad0c

Please sign in to comment.