Posted in python very small program assignments

String Slicing in JavaScript

Problem Statement: In String Slicing in JavaScript, we are given two strings, namely=> inputString and subString. We need to find the slice of inputString in…

Continue Reading
Posted in python very small program assignments

Double Char in Python

Problem Statement: In Double Char in Python, we are given a string and we need to print a new string from the given string by…

Continue Reading
Posted in python very small program assignments

Cumulative Average in Python

Problem Statement: In Cumulative Average in Python, we are given a list of numbers and we need to find the cumulative average of numbers. The…

Continue Reading
Posted in python very small program assignments

One Color in Python

Problem Statement: In One Color in Python, we are given a string having only G and R letters only. G represents green and R represents…

Continue Reading
Posted in python very small program assignments

First and Last Digits in Python | Assignment Expert

Problem Statement: In First and Last Digits in Python, we are given two positive numbers, we need to find the count of those numbers which…

Continue Reading
Posted in python very small program assignments

List Indexing in Python

Problem Statement: In list indexing in python, we need to find the value at the given index from the list. We are also given n(number…

Continue Reading
Posted in python very small program assignments

Date Format in Python | Assignment Expert

Problem Statement: In the Date Format in Python, we are given seconds as input and we need to convert those seconds to days, hours, minutes,…

Continue Reading
Posted in allcategorites python very small program assignments

New Year Countdown in Python

Problem Statement: In the New Year Countdown in Python, we are given today’s date. We need to find the number of days left in the…

Continue Reading
Posted in python very small program assignments

Add Two Polynomials in Python

Problem Statement: In the Add Two Polynomials in Python, we are given two polynomials, we need to add them, simply. A polynomial is a mathematical…

Continue Reading
Posted in allcategorites tutorial

C++ Array Assignment

Today, we will learn C++ Array Assignment. We can assign multiple values to C++ Arrays. There are many ways you can initialize a C++ array….

Continue Reading