131k views
1 vote
Java -

1. Develop an algorithm that receive 25 integers numeric values,and show these numbers

2. Develop an algorithm that receives 100 integers numeric values,and show the sum of these numbers

1 Answer

3 votes

Answer:

Step-by-step explanation:

Algorithm Paradigms ▻ ... Given two integer number n and d. The task is to find the number between 0 to n which contain the specific digit d. ... Input : n = 20 d = 5 Output : 5 15 Input : n = 50 d = 2 Output : 2 12 20 21 22 23 24 25 26 27 28 29 32 42 ..... return i;. return - 1. # function to display the values. def printNumbers(n, d):.

User Mischa
by
6.6k points