How to Print Array in Rust lang?

Rust programming language

To print an array in Rust, you can use the println! macro, which is a built-in macro in the Rust standard library. The println! macro takes a format string and a list of arguments, and prints the formatted string to the standard output. Here is …

Read more

How to install Gfortran 9, 10 or 11 on Ubuntu 20.04 LTS

Install gfortran 11 on Ubuntu 20.04 Linux

Let’s see the commands that we can use to install Gfortran 5/6/7/8/9/10/11 versions on Ubuntu 18.04/20.04/21.04, Linux Mint, Debian, and other similar systems.  FORTRAN is the abbreviation of Formula Translation. This high-level language was designed for science, engineering problems, or those problems in enterprise management …

Read more

Install SonarQube on Ubuntu 20.04 LTS Server

sonarqube installation on Ubuntu 20.04 or 18.04 LTS server

SonarQube is an open-source program to analyze code quality, formerly it was known as Sonar. Here we will let you know the commands and steps to install SonarQube on Ubuntu 20.04/18.04 LTs server   This program can find the security vulnerabilities in more than 20 programming …

Read more

Command to Install Android Studio on Ubuntu 20.04 Linux

How to install Android Studio on Ubuntu 20.04 LTS

To create Android apps, the developers can download an official free-to-use platform called “Android Studio”. It is based on IntelliJ IDEA, a complete development environment, that bundles all the functions required for developing and debugging apps. This gives developers an alternative to the Android SDK, …

Read more