CodeWithHarry YouTube
13.7K subscribers
44 photos
12 files
171 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
We are also going to create a discussion group at 1.1k ๐Ÿ‡ฎ๐Ÿ‡ณโœŒ๏ธ

Where you can ask your coding queries
โค15๐Ÿ‘8
๐Ÿ“ŒCalculator using HTML,CSS and JavaScript | Source Code

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3T7DQe1
๐Ÿ‘8
Join our official discussion group

https://t.me/+lZjkAUD7z9kxNDc1
โค6๐Ÿ‘3
Tell me in our group
Which tool source code u need next on our website? ๐Ÿ‘‡๐Ÿ‘‡
โค6๐Ÿ‘3
Python has ๐Ÿ
PHP has ๐Ÿ˜

What's your emoji for JavaScript?
โค11๐Ÿ‘Ž1
๐Ÿ‘8
๐Ÿ“ŒHTML Cheat Sheet For Beginners

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3CsJzVc
๐Ÿ‘6โค1
๐Ÿ“ŒCSS Cheat Sheet For Beginners

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3Td78bW
โค3๐Ÿ‘2
๐Ÿ“ŒPython Cheat Sheet For Beginners

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3T62QTF
๐Ÿ‘4โค1
๐Ÿ“ŒGIT Cheat Sheet For Beginners

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3s5zsB2
๐Ÿ‘2
๐Ÿ“ŒJavaScript Cheat Sheet For Beginners

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3yYqN71
๐Ÿ‘5โค2
๐Ÿ“ŒLive Clock Using HTML CSS & JavaScript

KINDLY ALSO COMMENT ON BLOG

โœ…Link:-
https://bit.ly/3ST9TxU
๐Ÿ‘8โค1
Your first programming language is _____
Anonymous Poll
16%
Java
7%
JavaScript
51%
C/C++
23%
Python
4%
Other / Comment
โค34๐Ÿ‘23
Do you guys use canva? And of course need premium for free?๐Ÿ‘‡
๐Ÿ‘45๐Ÿ‘Ž3
๐Ÿ‘7
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