PHC - PENNYWISE
Elite
patulong ako sa mga magagaling mag coding dito guys kung paano to.
create a class Smallest that will find the smallest value from 3 integers. Include a printSmallest() method that will print the smallest integer.
In a separate class, create the main method that will accepts 3 user inputs. Create an object of the Smallest class using the default constructor and display the final output.
create a class Smallest that will find the smallest value from 3 integers. Include a printSmallest() method that will print the smallest integer.
In a separate class, create the main method that will accepts 3 user inputs. Create an object of the Smallest class using the default constructor and display the final output.
