vinay kumar

vinay kumar

  • NA
  • 302
  • 0

Generate 20 Floating Numbers programmatically

Jun 1 2020 4:10 AM
Generate 20 Floating Numbers programmatically in the following Pattern; like 12.34, 34.56, 56.78, 78.910, 910.1112, 1112.1314, ... Please generate numbers with the starting number 12.34 and generate other numbers. Put the generated floating number into an array. Split the array into two arrays. Reverse the two arrays and print these arrays. Sum of the array elements and print the summation number. Please do not use strings and any string concatenation techniques, please generate the numbers any language

Answers (1)