Posts

MY FIRST LAPTOP EVER

Image
MY FIRST LAPTOP EVER Hello Everyone! I have unboxing my first laptop that I get at 19.  I am very happy to share my experience with you all .  All the details related to laptop .  My first laptop is HP 15s ryzen 3 it has 8 GB ram and 256 GB SSD and 1 TB HHD and it has ryzen 3 proccessor with AMD integrated graphics.  Screen size is 15.6 inches and weight is 1.82 kg ~ 2kg with lifetime access of Microsoft office 2019 and pre-installed window 11 and 1 year warranty of all software license (pre-installed)....  Youtube Unboxing Video: https://lnkd.in/dEByZ6H5  LINK of HP15s : https://amzn.to/3INrMJP

Checking Code Snippet

Checking Code Snippet Java Code package JavaByMe; public class Variables { public static void main(String[] args) { // Variables byte a=100; int b=383833; float c= 99.9f; long d= 474847383; double e=7484.48484; char f='G'; boolean g=true; System.out.println(a+"\n"+b+c+d+e+f+g); } } package JavaByMe; public class Variables { public static void main(String[] args) { // Variables byte a=100; int b=383833; float c= 99.9f; long d= 474847383; double e=7484.48484; char f='G'; boolean g=true; System.out.println(a+"\n"+b+c+d+e+f+g); } } Footer https://ideone.com/fvOmUG