#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 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 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 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
-
#100DaysCodeAtTAPAcademy Challenge - Day 90🚀 Question :Write a program that challenge here is to read lines of input until you reach EOF, then number and print all n lines of content. Input Format Read some unknown n lines of input from stdin(System.in) until you reach EOF; each line of input contains a non-empty String. Output Format For each line, print the line number, followed by a single space, and then the line content received as input. input: Everything is fine Output:1 Everything is fine #100DaysCodeAtTAPAcademy #ProgrammingChallenge #Day90 #TAPAcademy #ProblemSolving #CodeWithTAP #corejava #freshers2024 #mysql #problemsolving #javaScript #MernStack
To view or add a comment, sign in
-
#today i have started to revise the topics related to the database #system so i had knowledge about i just started #revising the topics ... today i have solved the two problems based on the #basicjoins #aggregationfunctions #mysql #leetcode #challenges #problems #code #dsa #html #css
To view or add a comment, sign in