Write a Program to Add a Background Image to Web Page

Set a Background Image to an HTML Web Page using the CSS Styling options. We will make use of the style tag in HTML and add a property of Background Image.

[Fixed] error CS0818: Implicitly-typed variables must be initialized

The var keyword is dependent on the value you use to initialize the variable. These are the Implicitly typed local variables that are created using the var keyword.

Write a Python Program To Print Counting Numbers

In this post, we will write a Python code to read 2 numbers from the user and print the numbers between them. For example, 5 and 10 are two numbers taken from the user. Output will be 5,6,7,8,9,10.

Write a Python Program to Read Any String and print the middle character of it

In this post, we will write a simple Python code that will read any string and print the middle character from it. We will write the code and also show the output.

Up ↑