CodeWithHarry YouTube
13.2K subscribers
44 photos
12 files
168 links
CodeWithHarry is a YouTube Channel For Learning Programming Language with Fun
This is a fan made channel

This channel does not belong to Harry sir in any perspective
Download Telegram
HTML(WT) Lecture Notes.pdf
2.8 MB
HTML(WT) Lecture Notes.pdf
πŸ‘14
Here are some Java multiple-choice questions that you can use for practice or testing:

1) What is the correct way to declare a variable in Java?
A. var x = 5;
B. int x = 5;
C. float x = 5;
D. string x = "5";

2) What is the correct way to print a string to the console in Java?
A. System.out.print("Hello, world!");
B. cout << "Hello, world!";
C. print("Hello, world!");
D. console.log("Hello, world!");

3) What is the correct way to open a file in Java?
A. File f = new File("file.txt");
B. open("file.txt");
C. fopen("file.txt");
D.
fs.open("file.txt");

4) What is the correct way to create an array in Java?
A. int[] array = {1, 2, 3, 4, 5};
B. array[] = {1, 2, 3, 4, 5};
C. Array array = {1, 2, 3, 4, 5};
D. int array[] = new int[5];

5) What is the correct way to access the third element of an array in Java?
A. array[3];
B. array(3);
C. array.get(3);
D. array{3};
πŸ‘31
JS handwritten Notes (1).pdf
58.3 MB
Javascript Handwritten Notes

Share this file as much as possible
❀16πŸ‘8
Download Notes | CodeWithHarry
https://www.codewithharry.com/notes/
πŸ‘8❀4
πŸ“ŒHow to create website from scratch

βœ…Link:-
https://devmoods.blogspot.com/2022/12/how-to-create-website-from-scratch.html
❀3πŸ‘3
πŸ‘29❀7
❀21πŸ‘13
C++ Notes.pdf
12.3 MB
πŸ‘22❀14