en
Feedback
Java Development

Java Development

Open in Telegram

Learn something new in quality Instagram Link Java_Quizs https://instagram.com/java_quizs?utm_medium=copy_link

Show more
The country is not specifiedTechnologies & Applications34 716
2 283
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«
#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«

I request all members to join in " Java_quizs discussion " group Search for --> Java_quizs discussion Note :- If U Are Not Able To Join In The Group. Please Watch The Video In comment's Section πŸ’« Thank You πŸ’«

Which Is Your Favorite Programming Language πŸ€” Tell us in comments πŸ‘‡πŸ‘‡

Java Materials Are Useful Or Not Useful πŸ’«
Anonymous voting

------------ πŸ’« Java_quizs πŸ’« ------------ ⚑⚑For More Updates Follow⚑⚑ #java_quizs_java_materials πŸ’« Complete Notes πŸ’« https:
------------ πŸ’« Java_quizs πŸ’« ------------ ⚑⚑For More Updates Follow⚑⚑ #java_quizs_java_materials πŸ’« Complete Notes πŸ’« https://drive.google.com/folderview?id=0B826HWiL9i8dMUtjYlFTd2dDQ2M&resourcekey=0-8IrtWVR1-PZ5FLGPK6YTbg 🚨 πŸ’« Head First Java Book πŸ’« File Available In " Comment Section " 🚨 πŸ’› Hope U Loved It πŸ’›

/* Question - 06 C program to convert fahrenheit to celsius */ #include <stdio.h> int main() { float celsius, fahrenheit; printf("Enter temperature in Fahrenheit: "); scanf("%f", &fahrenheit); //fahrenheit to celsius conversion formula celsius = (fahrenheit-32)/1.8; printf("Fahrenheit of %.2f In celsius Is %.2f", fahrenheit, celsius); return 0; }

#Quiz_Python (Question -65) What is the maximum possible length of an identifier in Python?
Anonymous voting

#Quiz_Java (Question - 64) In standalone Java applications, which method is mandatory?
Anonymous voting

#Quiz_C (Question - 63) Range of float variable is.?
Anonymous voting

#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«
#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«

Infytq python and dbms Syllabus 🀯 Click here πŸ‘‡πŸ» https://www.instagram.com/p/CZZPza7FSyx/?utm_medium=copy_link

#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«
#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«

photo content

#Quiz_C (Question - 62) Size of a Turbo C C++ compiler is.?
Anonymous voting

#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«
#Java_quizs_Fact_About_C++ πŸ’« Detailed Explanation In Comment's πŸ’«

How Many Are U Waiting For Java Materials ???
Anonymous voting

photo content

/* Question - 05 C program to convert celsius to fahrenheit */ #include <stdio.h> int main() { float celsius, fahrenheit; printf("Enter temperature in Celsius: "); scanf("%f", &celsius); //celsius to fahrenheit conversion formula fahrenheit = (celsius * 9 / 5) + 32; printf("Celsius of %.2f In Fahrenheit Is %.2f", celsius, fahrenheit); return 0; }

#Quiz_Python (Question - 61) What arithmetic operators cannot be used with strings in Python?
Anonymous voting