akshajsrivastava
akshajsrivastava
@akshajsrivastava
Trusted Member
Joined: Mar 3, 2023
Last seen: Apr 22, 2023
Topics: 11 / Replies: 23
Reply
Answer to: What are data types?

A datatype is a classification that specifies the type of value/data that a variable holds. Datatypes can be classified into two types: Primiti…

2 years ago
Reply
RE: Moving elements in FlexBox

@jisha-c Hi, could you please elaborate on the phrase “move items anywhere”? I am not quite sure that I understand your question

2 years ago
Reply
Answer to: What is normalization in DBMS?

Normalization is referred to process of organizing the data in the database. It helps in getting rid of redundant data from a relation or a set of rel…

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

A comment is used to make small notes during the course of programming. It makes the programmer’s work much easier. There are times when programmers h…

2 years ago
Topic
Replies: 0
Views: 247
Topic
Replies: 3
Views: 474
Reply
Answer to: Bug : Down vote not working properly.

@rivek-t Hi, it is not a bug as the concept of upvoting and downvoting works in this way only. It compares the existing value of the upvote count and …

2 years ago
Reply
Answer to: What is nested loops?

A nested loop refers to the process of running a loop within a loop. That can be a nested for loop or a nested while loop.

2 years ago
Reply
2 years ago
Reply
Answer to: What is Inheritance?

Inheritance is a major concept in Object Oriented Programming. it refers to a process in which a new class is derived by the properties of the existin…

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

@natasha1305 A conditional statement is a computer programming tool used to handle decisions. The most common way of handling with decisions are the i…

2 years ago
Reply
RE: Can you find the error in this code ? I am trying this code using Python.

@rivek-t Since you are trying to print a string, you have to put an double inverted commas at the beginning and the end of the string.

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

A loop is a concept in computer programming which is used to execute various commands repeatedly up to a desired number of times. This helps in having…

2 years ago
Page 2 / 3