Posted in python very small program assignments

Pager in Python | Assignment Expert

Problem Statement: You are given a button, with that only one button available, we need to write all the alphabet. But, how this is possible?…

Continue Reading
Posted in python very small program assignments

Validation in Python

Problem Statement: We are given a string, we need to check whether the string is a valid username or not. To be a valid username,…

Continue Reading
Posted in python very small program assignments

Tournament 2 in Python

Problem Statement: Here, a person is participating in a race tournament. He runs every Sunday and tracks his speed every time. Speed may be good…

Continue Reading
Posted in python very small program assignments

Polynomial in Python

Problem Statement: We need to take an integer(n) as input, then next to n lines, there will be two separated integers representing Pi and Ci…

Continue Reading
Posted in python very small program assignments

String modification in Python

Problem Statement: We are given a string containing words and numbers(integers). We need to arrange the sort numbers in decreasing order. For example, converting CopyAssignment…

Continue Reading
Posted in python very small program assignments

Counter in JavaScript

Problem Statement: We are given a number, we need to perform some operations according to specific conditions. We will ask the user to enter db…

Continue Reading
Posted in python very small program assignments

Unique characters in a String in JavaScript | Assignment Expert

Problem Statement: We are given a string, we need to convert that string to an array, array should contain all characters of the string as…

Continue Reading
Posted in python very small program assignments

Double the numbers in JavaScript | Assignment Expert

Problem Statement: We are given an array consisting of different data types in JavaScript. We need to create a new array that contains the datatypes…

Continue Reading
Posted in python very small program assignments

Squares of array items in JavaScript | Assignment Expert

Problem Statement: We are given an array containing numbers and arrays of numbers. We need to create a new array by converting all numbers to…

Continue Reading
Posted in python very small program assignments

Array of strings to uppercase in JavaScript | Assignment Expert

Problem Statement: We are given an array of strings, we need to convert all the strings of an array to the Upper Case and at…

Continue Reading