This C programming tutorial will show you how to read the contents of a file and print all characters of that file in uppercase. The program will take the file name as input and print all characters in uppercase.
ReadIn this python program, we will learn how to remove all vowels from a string. Our program will take the string as input from the user and print out the modified string.
ReadThis python tutorial will show you how to do a case insensitive string replacement. We will create regex with ignore-case for the replacements.
ReadLearn how to select an item randomly from a list in python. We will learn how to select a random number and how to select a random string from a list of different values.
ReadC++ tutorial to how to create a file and how to write data to this file. We will learn how to use C++ ifstream library for file related operations.
ReadLearn how to convert one boolean to string in python using different ways. In this post, I will show you three different methods by using format(), using %s and using str()
ReadThis C++ program will teach you how to create an array of objects by taking the inputs from the user with an example. The example will use one predefined class to create objects.
ReadLearn how to print different data in a table in C++. Using the setfill() and setw() methods of iomanip, we can structure words to print like a table in C++.
ReadThis Kotlin Android tutorial will show you how to pass data from one activity to another. We will use Android studio in this example.
ReadIn this react native tutorial, we will learn how to put bottom tab navigation bar or bottom tabs in react native. We will use react navigation V5.
Read