Skip to content

Instantly share code, notes, and snippets.

View miraa-al's full-sized avatar

Almira miraa-al

View GitHub Profile
@miraa-al
miraa-al / Edit-NewOne.Java
Last active October 19, 2025 05:03
Test Java
import java.util.Scanner;
public class SimpleCalculator {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
// Input two numbers
System.out.print("Enter first number: ");
double num1 = scanner.nextDouble();
SELECT * FROM customers
WHERE city = 'Jakarta';