sarva
sarva
@sarva
Estimable Member
Joined: Mar 4, 2023
Last seen: Dec 1, 2023
Topics: 38 / Replies: 44
Reply
Answer to: What is a class ? In programming.

In object-oriented programming, a class is a template definition of the methods and variables in a particular kind of object.

2 years ago
Topic
Replies: 4
Views: 475
Reply
Answer to: What is recursion, and how is it useful in programming?

Recursion is a technique used to solve computer problems by creating a function that calls itself until your program achieves the desired result

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

the process of identifying and removing errors from computer hardware or software.

2 years ago
Topic
Replies: 3
Views: 505
Reply
Answer to: What is a robot ? 🤖

A robot is a type of automated machine that can execute specific tasks with little or no human intervention and with speed and precision.

2 years ago
Reply
Answer to: Fun with pun Question : Why did the programmer quit his job?

Because His life was running in an infinite loop 😀

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

function addNumbers(num1, num2) { return num1 + num2; } let result = addNumbers(5, +”10″); console.log(result); replace the code with this ,a…

2 years ago
Reply
Answer to: Float in CSS

The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it.

2 years ago
Reply
Answer to: What is data ?

things known or assumed as facts, making the basis of reasoning or calculation.

2 years ago
Topic
Replies: 1
Views: 426
Reply
Answer to: What is a Pseudocode?

Pseudocode is a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rat…

2 years ago
Reply
Answer to: What are comments in programming? Why are they used?

In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with th…

2 years ago
Topic
Replies: 4
Views: 224
Page 5 / 6