Skip to content
Project Want to do work?

Shrikant Baheti

8007680161

cseshrikant0806@gmail.com

  • Home
  • About me
  • Services
  • Learning
  • Project
  • Contact
Close Button

Author: ShrikantBaheti

Project Of VidayaProject Of Vidaya

September 4, 2023September 4, 2023 ShrikantBaheti

Hello, friends! 🚀 Exciting news to share! I am recently working with a promising new startup in Aurangabad called Vidaya. 🏙 Vidaya is a homegrown Aurangabad startup revolutionizing product delivery

Project

Bubble Sort In JavaBubble Sort In Java

August 27, 2023August 27, 2023 ShrikantBaheti

import java.util.*;public class bs {public static void main(String[] args) {Scanner sc = new Scanner(System.in);System.out.println(“Start”);int size = sc.nextInt();int array [] = new int[size];for(int i =0;i<array.length;i++){array[i]=sc.nextInt();}System.out.println(“Initial Array:”);printArray(array);clbs(array);} }

Java (Data Structure)

Print Table Of Any Number In JavaScriptPrint Table Of Any Number In JavaScript

April 21, 2023April 21, 2023 ShrikantBaheti

    <script>         let b =prompt(“Enter Number”);         for(let a=1;a<=10;a++){             document.write( b + ” x “+ a

Java Script Programs

All Display Possibilities In JavaScriptAll Display Possibilities In JavaScript

April 21, 2023April 21, 2023 ShrikantBaheti

<p id=”printadd”></p>     <script>         alert(“First way to print message in alert”);         console.log(“Second way to print message in console”);      

Java Script Programs

All Possible Way To Create Array In JavascriptAll Possible Way To Create Array In Javascript

April 20, 2023April 20, 2023 ShrikantBaheti

 <script>         //using Constant Keyword         const arr1 = [“one”, “two”, “three”];         document.write(“This is constant array :- ” + arr1

Java Script Programs

Archives

  • September 2023
  • August 2023
  • April 2023

Meta

  • Log in

Hospital WordPress Theme Website Design by @Shrikant Baheti 😃

Scroll Up