Month: June 2022

6.5.6.Displaying the array elements in reverse order

6.5.6. বিপৰীত ক্ৰমত এৰে উপাদানবোৰ প্ৰদৰ্শন কৰা In all the programs above, we have traversed the array elements from lower index to higher index (from 0 to SIZE-1). In this problem, we are asked to display the elements in reverse order. ওপৰৰ সকলো প্ৰ’গ্ৰামত, আমি এৰে উপাদানবোৰ নিম্ন সূচকৰ পৰা উচ্চতৰ সূচকলৈ (0 ৰ পৰা…

Read the full article

5.4 Counting all the even numbers from a series of numbers.

৫.৪ সংখ্যাৰ শৃংখলাৰ পৰা সকলো যুগ্ম সংখ্যা গণনা কৰা। In the previous program, we ran through the array elements and displayed the ones that were even. Now, we need to count all such numbers. আগৰ প্ৰগ্ৰেমত আমি এৰে এলিমেণ্টবোৰৰ মাজেৰে দৌৰিছিলো আৰু যিবোৰ ইভেন আছিল সেইবোৰ প্ৰদৰ্শন কৰিছিলো। এতিয়া, আমি এনে সকলো সংখ্যা গণনা কৰিব…

Read the full article