Explore tweets tagged as #goProgrammingLearning
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Store name and mark of 10 students then display the top 5 names based on their performance. #golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge #365DaysofCode
1
0
1
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Store 20 numbers in an array. Take a number as input then check how many times the number is present in the array. #golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge #365DaysofCode
1
1
3
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Create an array to store 30 numbers. Subsequently, identify the positions of the maximum and minimum numbers within the array. #golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge #365DaysofCode
1
0
1
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Input exactly 10 numbers, each consisting of two digits only, which will be stored in an array dedicated to two-digit numbers. #golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge #365DaysofCode 👇👇
1
0
1
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅A phonebook is already created. Ask one name as input then display the telephone number of that person if found. Otherwise, display the proper message. #golang #goLangCode #goProgrammingLearning #100DaysOfCode #365DaysofCode
1
1
1
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Store 10 numbers in an array. Then store the reverse of each number in another array. Print only those pairs whose difference is below 100. #golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge
1
0
3
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Take a five-digit number as input, and store all its digits in an array. Use any sorting algorithm to sort the digits array in descending order. At last, display the sorted digits array. #golang #goLangCode #goProgrammingLearning
1
0
0
@sambitsgk
Sambit Sinha
3 years
#golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge #365DaysofCode Example: # INPUT Enter 10 numbers: 54 54 789 124 547 878 654 941 214 547 # OUTPUT Pairs: 54      45 54      45 878     878
0
0
1
@sambitsgk
Sambit Sinha
3 years
#golang #goLangCode #goProgrammingLearning #100DaysOfCode #100daysofcodechallenge # OUTPUT First  Second  Difference 650     220     120 750     220     130 820     220     110 910     220     130 980     220     130 1050    220     110 1500    220     1000 2000    220     1000
0
0
2
@sambitsgk
Sambit Sinha
3 years
0
0
0
@sambitsgk
Sambit Sinha
3 years
@sambitsgk
Sambit Sinha
3 years
Learning Go: Solving programming questions ✅Create two arrays and store 15 numbers in each of the arrays. Then create another array to store the difference of elements of both arrays. Then print all three arrays where the difference is more than 100. #golang #goLangCode
0
0
0