Welcome to CodeCelebration!
We're all about computer science and coding fun! Expect tutorials, projects, and coding tips for all skill levels. Join our inclusive community and stay tuned for exciting content. Let's celebrate the joy of coding together!
#codecelebration #CodeCelebration #code #Code #celebration #Celebration #code_celebration
CodeCelebration
π’ New Project Idea β Need Your Opinion! π
Hey everyone! I have completed a Class Management System using HTML, CSS, JavaScript, Node.js, and Oracle! π This project includes:
β Account Creation (Student, Teacher, Institute) with Email OTP Verification π©
β Student & Teacher Verification by Institute to check validity β
β Institute, Teacher, and Student Login π¨βπ«π©βπ
β Attendance Management (Teachers mark, Students view) π
β Assignment & Notes Upload by Teachers π
β Chat Section for easy communication and problem sharingπ¬
π‘ Do you want a full tutorial on this project? Comment "Yes" if youβre interested or "No" if you prefer something else! Your feedback matters! π₯
1 year ago | [YT] | 8
View 7 replies
CodeCelebration
What is the output of given Code?
public class Example
{
public static void main(String [] args)
{
int a=1, b=2;
int result = --b - ++a + ++b - --a;
System.out.println(result);
}
}
1 year ago | [YT] | 2
View 0 replies
CodeCelebration
Which of the following are valid SQL constraints?
1 year ago | [YT] | 2
View 0 replies
CodeCelebration
Select the correct foreign key constraint?
1 year ago | [YT] | 2
View 3 replies