BharatUpadhyay
BharatUpadhyay
@bharatupadhyay
Estimable Member
Joined: Mar 6, 2023
Last seen: Jul 23, 2023
Topics: 21 / Replies: 35
Topic
2 years ago
Replies: 2
Views: 764
Reply
Answer to: What is syntax error ?

A syntax error is a type of programming error that occurs when the code violates the rules of the programming language’s syntax. In other words, a syn…

2 years ago
Reply
Answer to: I want to print the sum of 5 + 15 but the output is 510 can someone help please ?

You are adding a number and a string, so it is concatenating the string instead of numerically adding it. To add 5 and 10, pass the values as let r…

2 years ago
Reply
Answer to: What is Inheritance?

In object-oriented programming, inheritance is a mechanism that allows a new class to be based on an existing class, inheriting some or all of its pro…

2 years ago
Reply
Answer to: What is a conditional statement?

A conditional statement is a programming construct that allows a program to make decisions based on the value of a particular condition. It is a contr…

2 years ago
Topic
Replies: 4
Views: 278
Reply
Answer to: What is a garbage value ?

In computer programming, a garbage value is an unexpected or undefined value that is stored in a variable or memory location. It occurs when a variabl…

2 years ago
Reply
Answer to: What is a Pseudocode?

Pseudocode is a high-level informal language that is used to describe the logic and structure of a computer program or algorithm without the use of sp…

2 years ago
Page 4 / 4