Back to Browse

Grade point average system - Java Example

5.3K views
Jul 23, 2019
17:07

The program evaluates the grade point average of a student object using switch-case command. A student object is created, on which we give the subjects and the corresponding grades. Then we create a method to evaluate the grade point average. You'll learn most by trying my code while watching the video. Please post your improvement on my code on the comments. Concepts: ArrayLIst Class and method Constructor Switch-case command Playlist of my Java course https://www.youtube.com/playlist?list=PLtQo0sxRN7JLr647f8RTzS58u8Rv5jxT5 Playlist of my Java examples https://www.youtube.com/playlist?list=PLtQo0sxRN7JKKla3_GAF05dySjyy3nINa

Download

1 formats

Video Formats

360pmp419.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Grade point average system - Java Example | NatokHD