ASAnil Shresthainstha-anil.com.np·Feb 21, 2025 · 2 min readWeb page development.Making table by using html. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Table</title> <link rel="stylesheet" href="style.css"></a> </hea...00
ASAnil Shresthainstha-anil.com.np·Feb 21, 2025 · 4 min readLearn JAVA with me.Here is a my daily learning code of java. Hello world in java public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } Adding two integer. package Luck; public class hnn { ...00