Python program to read a list of integers and print only the multiples of 8

Read a list of integers and print only the multiples of 8

Code Snippet:

Python program to find first 10 prime numbers

First 10 prime numbers 

Code Snippet:

Python program to Create a list of the first 15 even numbers that are not divisible by 6

Create a list of first 15 even numbers that are not divisible by 6 using for loop
 
Code Snippet:
 

Python program to find the greater of 2 numbers

Write a function in python to find the greater of 2 numbers.

Code Snippet:

AS400 Control Language (CL) Interview questions

In this blog post, we will see what are the major CL commands used in IBM iSeries/AS400. And what are the CL command questions asked during an interview? Let's see one by one below.

TANCET 2018 M.E./M.TECH Question paper & Solutions

 Tamil Nadu Common Entrance Test (TANCET ) is conducted by Anna University, Chennai on behalf of the Government of Tamil Nadu for the candidates who seek admission to  M.B.A.,  M.C.A., and M.E. / M.Tech. / M.Arch. / M.Plan. Degree Programs in Tamil Nadu.

Previous year exam paper may help the candidates who have applied for the entrance examination of  TANCET. From this page, Candidates can download the previous year paper for their preparations from the below-given links.

STRRLU - CL command

STRRLU – CL command:
  • In general, RLU (Report layout utility) is used to design a report by defining it on the display, saving it as a DDS source, and creating a printer file.
  • Type the command STRRLU in the command line and press F4, it will ask for parameters.

You might also like

Deploy your Django web app to Azure Web App using App Service - F1 free plan

In this post, we will look at how we can deploy our Django app using the Microsoft Azure app service - a free plan. You need an Azure accoun...