ernest2001mwangomba / ERNEST-REPOSITORY

0 stars 0 forks source link

Code Compiler & Editor #2

Open ernest2001mwangomba opened 1 year ago

ernest2001mwangomba commented 1 year ago

public class Esc{ public static void main(String []args){ int num=42; float avarage=95.5f; char letter='A'; System.out.print("The string is "+num+" has an avarage "+avarage+" which is equal to "+letter+"."); } } Download the Fastest Online Compiler & editor (Compiles 50+ languages) https://play.google.com/store/apps/details?id=codetoinvent.compiler_editor Download the Fastest Online Compiler & editor (Compiles 50+ languages) https://play.google.com/store/apps/details?id=codetoinvent.compiler_editor

ernest2001mwangomba commented 1 year ago

My code