myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
F

@Fhellips_xy

Estudiante

Java
1 day ago
public class Main { public static void main(String[] args) { double nota = 3.1; if (aprobo(nota)) { System.out.println("Aprobó"); } else { System.out.println("No aprobó"); }

Empresa

Java
1 day ago
public class Main{ public static void main(String[]args){ System.out.println(estaAbierta(20) ? "Cerrado" : "Abierto"); } public static boolean estaAbierta(int hora){ return hora>=8 && hora<=18; }}
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us