what is a program

0

in tk.Button(self.frame, text = text, command= lambda:self.new_window(number, _class)).grid(padx= 5, pady= 5, sticky= N + E + W + S) File "C:\Users\CSB\Desktop\python program\triple_window.py", line 50, in new_window

By Wooden Hammer Judith Bayer at May 31 2021

0

A C++ Program that reads the marks obtained of ten students out of 100. It also computes the average; lowest and highest marks. Then shows the difference of marks of every student from the average marks.

By Beginner Myron Gleichner at Apr 12 2021

0

Write a program that asks the user to enter an integer and prints two integers, root and pwr, such that 0 < pwr < 6 and root**pwr is equal to the integer entered by the user. If no such pair of integers exists, it should print a message to that effect.

By Beginner Salvador Berge at Oct 02 2020

0

Modify the existing ArrayList contents, by erasing the second element, then inserting 100 and 102 in the shown locations. Use ArrayList remove() and add() only. Sample output of below program with input 101 200 103: 100 101 102 103

By Beginner Kristin Klein at Nov 19 2020

0

an organization has decided to give bonus of 25% to employee if the employees year of service is more than 10 years. program will ask user for their salary and year of service and display the net bonus amount employee will received.

By Double Wooden Hammer Wandering Weasel at Dec 10 2020

0

Create a program that takes in an even sized String and prints out the first half concatenated with second half string separated by a single space, and the first half must be turned all capital letters whereas the second part turn to all lowercase

By Beginner Shannon PriceV at Nov 05 2020

0

Write a program in Java for Banking Application in which user deposits the amount Rs 2000/- and then start withdrawing of Rs 1000/-, Rs 500/- and it throws exception "Not Sufficient Fund" when user withdraws Rs. 750/- thereafter.

By Beginner Charles Hilpert at Feb 13 2021

0

git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

By Beginner Joann Fritsch at Apr 29 2021

2

nodemon : The term 'nodemon' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + nodemon index

By Wooden Hammer Jeanette Doyle at Feb 01 2021

0

Write a Python program which iterates the integers from 1 to 50. For multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz"

By Beginner sinon at Jul 15 2021


Related code examples


Code examples by languages