#100DaysCodeAtTAPAcademy Challenge - Day 96🚀 Question :Write a program that prints the multiples of given number. Input:2 Output: 2x1=2 2x1=2 2x2=4 2x3=6 2x4=8 2x5=10 2x6=12 2x7=14 2x8=16 2x9=18 2x10=20 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day96 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
Kappera Ruchitha’s Post
More Relevant Posts
-
#100DaysCodeAtTAPAcademy Challenge - Day 88🚀 Question :Write a program that converts the words into number format input: seven six zero three nine zero three four two two Output:7603903422 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day88 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 99🚀 Question :Write a program that prints the common repeating elements in the given sorted arrays. Input: 1,2,3,4,5 1,3,5,6,7,8 Output: 1 3 5 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day99 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 94🚀 Question :Write a program that prints the highest common factor of given numbers. Input: 18,48 Output: 6 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day94 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 97🚀 Question :Write a program that prints the common repeating odd elements in the given sorted arrays. Input: 5 1 2 3 4 5 5 3 4 5 6 7 Output: 3 5 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day97 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 91🚀 Question :Write a program that prints the pairs whose first number is less than the other number in the pair. Input:5 2 3 5 7 9 Output: 2 3 2 5 2 7 2 9 3 5 3 7 3 9 5 7 5 9 7 9 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day91 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 92🚀 Question :Write a program that prints the maximum number in the contiguous subarrays of size 2. Input: 7 7 8 9 5 2 Output: 7 8 9 9 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day92 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 98🚀 Question :Write a program that prints the merged array for the given arrays. Input: 1,2,3 4,5,6,7 Output: 1 2 3 4 5 6 7 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day98 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 89🚀 Question :Write a program that prints all the subarrays whose length is 2 and sum is equal to given number. input: 1,4,3,2,5 Output:1,4 3,2 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day89 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#100DaysCodeAtTAPAcademy Challenge - Day 100🚀 Question :Write a program that prints number of trailing zeroes at the given number factorial. Explanation: if input is 5 and then the factorial of 5 is 120 , number of trailing zeroes(Zeroes at the end) in 120 is 1 so the output is 1. Input: 200 Output: 49 #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day100 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
The flow of program must be like, Run a query to get a list of names in the table. Run a subquery Check it out: https://lnkd.in/dNzu2C8r Join the conversation! #javascript #mysql #nodejs #ubuntu
To view or add a comment, sign in