Skip to content
Download Android App: Follow Us:
Simple2Code
  • Home
  • Java
    • Java Tutorial
    • Java Programs
    • Java Pattern Programs
  • C
    • C Tutorial
    • C Programs
  • C++
    • C++ Tutorial
    • C++ Programs
  • C#
    • C# Tutorial
    • C# Programs
  • Apps
  • Blog
  • About Us

Sum of rows and columns in 2d Array in Java

In this tutorial, we will write two different programs to sum the row elements and column elements separately. You may go through the following topic. Java – Arrays Sum of the columns in Java Output: sum of 1 col: 12sum …

Read moreSum of rows and columns in 2d Array in Java

Categories Java Programs

Find a pair with the Given Sum in an Array in Java

In this tutorial, we will write a java program to find the sum pair in an array. Before that, you may go through the following topics in java. for loop if statement The program takes a user input for a …

Read moreFind a pair with the Given Sum in an Array in Java

Categories Java Programs

C++ Program to display Pascal Triangle

In this tutorial, we will write a C++ program to display pascal’s triangle. Before that, you may go through the following topic in C++. for loop in C++ C++ Program to display Pascal Triangle C++ program to print pascal’s triangle: …

Read moreC++ Program to display Pascal Triangle

Categories CPlusPlus Programs

C++ Program to Calculate Sum of Geometric Progression

In this tutorial, we will learn and write a program to find the sum of GP series in C++. Before that, you may go through the following topics in C++ programming: C++ loops The program takes the first term, the …

Read moreC++ Program to Calculate Sum of Geometric Progression

Categories CPlusPlus Programs

C++ Program to find the Transpose of a Matrix

In this tutorial, we will learn and write a program to find the transpose of matric in C++. Before that, you may go through the following topics in C++ programming: C++ Arrays C++ loops The program takes the user input …

Read moreC++ Program to find the Transpose of a Matrix

Categories CPlusPlus Programs

How to Split a String in C++

Let us learn how to split string in C++ programming language. We will look at a few ways to split a string. The splitting of string refers to the grouping of sentences into their individual single word. And splitting is …

Read moreHow to Split a String in C++

Categories CPlusPlus Programs

C++ Program to calculate Average of Numbers using Arrays

In this tutorial, we will learn and write a C++ program to find the average of numbers using an array. To understand the coding, you should have knowledge of the following topics in C++ programming: C++ Arrays C++ loops The …

Read moreC++ Program to calculate Average of Numbers using Arrays

Categories CPlusPlus Programs

C++ Program to Multiply Two Matrix Using Multi-dimensional Arrays

In this tutorial, we will learn and write a C++ program to print the multiplication of two matrices. Before that, you may go through the following topics in C++ programming: C++ Arrays C++ loops The program takes the user input …

Read moreC++ Program to Multiply Two Matrix Using Multi-dimensional Arrays

Categories CPlusPlus Programs

C++ Program to Calculate Difference Between Two Time Period

In this tutorial, we will write a C++ program to find the difference between two time periods. Before that, you may go through the following topic in C++. if statement in C++ C++ structures We will look at two different …

Read moreC++ Program to Calculate Difference Between Two Time Period

Categories CPlusPlus Programs

C++ Program to store information of a student in a Structure

In this tutorial, we will write a program to store information of a student in a Structure in C++. You may go through the following topics first. C++ Structures C++ program using structure. Output: Enter your Detail:Name: PushpaRoll Number: 1101Marks: …

Read moreC++ Program to store information of a student in a Structure

Categories CPlusPlus Programs
Post navigation
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page76 Next →

More Topics

  • Java Program to find the sum of the Largest Forward Diagonal
    28 April 2024
  • C Program to search an element in an array using Pointers
    7 January 2024
  • C Program to find the sum of the digits of a number using recursion function
    7 January 2024
  • C program to find factorial of a number using Ternary operator with Recursion
    6 January 2024
  • C Program to Add Two Numbers Using Call by Reference
    6 January 2024
  • Find the output ab, cd, ef, g for the input a,b,c,d,e,f,g in Javascript and Python
    1 February 2023
  • String Pattern Programs in C
    29 July 2022

Categories

  • C Programs
  • C Tutorial
  • computer fundamentals
  • CPlusPlus Programs
  • CPlusPlus Tutorial
  • CSharp Programs
  • CSharp Tutorial
  • HTML
  • Java Programs
  • Java Tutorial
  • javascript
  • Uncategorised

Simple2Code

  • About Us
  • Privacy Policy
  • Disclaimer
  • Sitemap

Search

Follow Us:
Copyright © 2025 Simple2Code