Computer Science, asked by AsifurRahaman, 4 months ago

Write a program in java input temperatures of 10 cities in an array of integers and 10 city names in an array of string .Sort the the temperature array using bubble sort technique along with the corresponding city names and print the sorted temperature array along with corresponding cities

Answers

Answered by Dipika7041
4

Answer:

Tick the correct answer

Question 1

Which of the following is the correct usage?

int a[-40]

int a[40] ✓

float a[0 - 40]

None

Similar questions