Can I read Java Programming Basics and GCD on EtoBox?
Java Programming Basics and GCD by bhanumathy91 is a document available to read on EtoBox.
What is Java Programming Basics and GCD about?
The document contains code to perform several tasks: 1) Find the greatest common divisor (GCD) of two numbers recursively by checking if one number is equal to the other, if one is greater reducing it, or if one is less reducing it. 2) Implement bubble sort on an integer array by repeatedly comparing adjacent elements and swapping them if out of order until the array is fully sorted. 3) Take an integer array as input, print the values, increment each by 10, and print the updated values.
- Author
- bhanumathy91
- Language
- EN