Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to identify the network usage of your particular application in android?
Hello Tech Nerds, I have created an app for And
by sachin.joshi -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi
Tags
What went wrong in my simple code?
# A very simple python program to compare two numbers using functions
from sys import exit
def main():
check()
compare(x, y)
def check():
# prompt user for two numbers
x = input("x: ")
y = input("y: ")
...
Looking for a mentor that is proficient in Python
I just started college and would like to know if someone is willing to be a mentor. I just started my freshman year at college and the teacher is starting to ask us to code already. I would like to meet someone that would be able to answer questi...
linked list
how I can perform and display a linked list in c++ ?
please I want an explanation and tune small example in c++
C++ Problem
Target:
To input the records of students. Display the whole record. Display the name of the youngest and eldest student.
I'm having problem in achieving the third target: If I enter 3 or 5 entries the result is fine but as soon as I enter ...