Java Programming
640 subscribers
7 photos
4 files
121 links
For anyone who wants to learn java for absolutely free!!!
We will be sharing resources in different likes videos, documents, quiz, assignment.
Download Telegram
Please note that posting any external links is restricted on the group as people start spanning and advertisement.
Please refer group guidelines for more details.
We will keep sharing good content and question to practice. Stay tuned!! 😃
Which one is invalid variable name in python?
Anonymous Quiz
17%
AAAAAAAAAAAA
22%
_____________a
50%
a#
11%
A999999999
Python invented before Java
Anonymous Quiz
54%
True
46%
False
Forwarded from Nest4Code
What will be output of this program?
a=input("Enter a")
b=input("Enter b") c = a+b print(c) During run: Enter a:1 Enter b:2
Anonymous Quiz
66%
3
27%
12
4%
21
2%
2
Forwarded from Nest4Code
a=2
b=a
a=3 print(b) What will the output value of b?
Anonymous Quiz
50%
2
35%
3
15%
Garbage value
Forwarded from Nest4Code
Free Python Basics Bootcamp - Learn from scratch
👉Free Live session from experts
👉 Specially for Beginners
👉💯% FREE
👉Starting from 15th May.
👉 Subscribe https://bit.ly/fbnest4code

Don't miss out this golden opportunity! It's going to be great learning in such lockdown time.

Powered ©️ @nest4code
Join @nest4code
Enroll: https://bit.ly/n4cfacebookgroup
Forwarded from Nest4Code
Free Python Basics Bootcamp - Learn from scratch
👉Free Live session from experts
👉 Specially for Beginners
👉💯% FREE
👉Starting from 15th May.
👉 Subscribe https://bit.ly/fbnest4code

Don't miss out this golden opportunity! It's going to be great learning in such lockdown time.

Powered ©️ @nest4code
Join @nest4code
Enroll: https://bit.ly/n4cfacebookgroup
If you need any help, just post it in on comment section of video or in discussion group.
Anyone done with all problems?
Forwarded from Nest4Code
Please confirm that you have complete the problem set 1 and understand the solution in solution video.
Only after this confirmation, we will release problem set 2.
Anonymous Poll
65%
Done the code myself and verified solution with solution video
19%
Done the code with help of solution video
17%
Couldnt understand the solutions
Forwarded from Nest4Code
Hello everyone,

Thanks for showing overwhelming response for the video based session followed by live discussion. (89% of you have shown interest 👏)
We are inaugurating the same with the live introduction session for python on Sunday 3 pm IST. (GMT + 5:30).
Register yourself for the zoom meeting: https://bit.ly/zoompythonseries3

Registration will be closed tonight. You will receive confirmation over email.
Please also share our telegram channel with your friends so they can also get benefit.
Agenda for today's free session at 3 PM IST:
Why Python
Scope of Python
What is Python
Compiler vs Interpreter
Programming language vs Scripting language
Python Installation
Variable in Python
How to take input in python
Data conversion