Skip to content

munnaverma-inventyv/Tranning_At_Inventyv

Repository files navigation

Tranning At Inventyv

Contents

FlowChart Code

  • Loop_1_to_5 : Print 1 to 5 using for loop
  • adultOrNot : If age is greater or equal to 21 then print adult otherwise print NotAdult
  • areaOfCircle : Finding the area of circle
  • problem_01 : If the input is 5 then output must be 15
  • problem_02 : If the input is 5 then output must be 120
  • problem_03 : Length and Bredth are given we have to find area and perimeter
  • problem_04 : Rupees and Paise Problem (If Amount is in Rupees then convert it into Paise and if Amount is in Paise then convert it into Rupees. )
  • problem_05 : Maximum of 2 no.
  • problem_06 : Maximum of 3 no.
  • problem_07 : Maximum of 4 no.
  • problem_08_pattern : 1121231234... n=4
  • problem_09_pattern : 1121123211234321..... n=4
  • problem_10_factorial : 1! 3! 5! 7! ...... n=4
  • problem_11_factorial : 1! -3! 5! -7! ...... n=4

HTML and CSS

Assignment_02

  • Tast :
  • step1 Write JavaScript code that shifts the first element from arr1, combines it with arr2, calculates the sum
  • step2 if the sum is greater than 30 . then fetch that no of images and print it into console otherwise simply print sum is less than 30.

Assignment_03

  • Task 1 : Find nCr using recursion
  • Task 2 : Stroring and display all the element of array using recurion
  • Task 3 : step1 ) Write a JavaScript program that generates the Fibonacci and store it into one array
    step2) filters out prime numbers from the series
    step3) calculates the sum of the differences between consecutive prime numbers, and logs the resulting prime numbers and the sum.

Assignment_04

  • Task 1 : Operations Using HTTP/1.1 Methods.
  • Task 2 : Operations Using HTTP/2 Methods.

Assignment_05

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published