- 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
- Creating a login and registration form using HTML and CSS (without JAVASCRIPT) so that we can switch between login and registration using toggle.
- Demonstration https://github.com/mv-here/Tranning_At_Inventyv/assets/153286992/377e499d-a4ea-4f7a-a4bc-7ee2804016af
- 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.
- 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.
- Task 1 : Operations Using HTTP/1.1 Methods.
- Task 2 : Operations Using HTTP/2 Methods.
- Question Problem : Develope a program that reads a Number Input that should be atlest 4 degit long then apply Permutaion and Combination on that then among them found a prime numbers. after that draw a pascal tree and underline the prime number on that.
- For more detail you can go to (https://github.com/mv-here/Tranning_At_Inventyv/blob/main/Assignment_05/Main/REDME.md)