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
Posted in python very small program assignments

Series of operations in JavaScript

Problem Statement: In this problem, we are given an array. We need to perform some specific operations on every element of the array.Multiply by 10Subtract…

Continue Reading
Microsoft Giving Free Python Course: Enroll Now
Posted in allcategorites general-python

Microsoft Giving Free Python Course: Enroll Now

Introduction Hello friends, do you know that big organizations like Microsoft provide free educational content? On their website, they have 4,284 small to medium size…

Continue Reading
Loan Management System Project in Java
Posted in allcategorites java java projects

Loan Management System Project in Java

Introduction Welcome to another helpful project. Today we are going to develop a Loan Management System Project in Java. I think that this project can…

Continue Reading
Top 5 Free Python Courses on YouTube in 2022
Posted in allcategorites general-python

Top 5 Free Python Courses on YouTube in 2022

We all know the YouTube is the best platform where you can find many tutorial series to learn anything. But, do you know that there…

Continue Reading
Posted in allcategorites

Create and print list-3 in Python

Problem Statement: To create and print list-3 in python, we need to accept two types of inputs, 1st one is N i.e. number of elements…

Continue Reading