By creating a class named Bogra, write a Java program that will calculate summation of all odd numbers found in an input
Posted: Mon Jun 06, 2022 6:51 pm
By creating a class named Bogra, write a Java program that will calculate summation of all odd numbers found in an input file named bogdata.txt. All data are separated by comma in the input file. The program should write output in an output file named bogout.txt Sample data in input file bogdata.txt Output in bogout.txt: 12,13,22,23,25,11,19,20,10,8,7,15,6,2,9 Summation of all odd numbers is 122