INNOTICAL SOLUTIONS PRIVATE LIMITED

INNOTICAL SOLUTIONS PRIVATE LIMITED Reviews

Reviews 44
3.6
Contact us
Reviews 44
Filters:
Rating
Language
Sort:
Most recent

and

walk-in drive 6 and 7 sept 2018 set 1 programs...

walk-in drive 6 and 7 sept 2018 set 1 programs...

##program 3 :..........searching array element in givin array if avilable then print index value if not avilable insert it into the array......

import java.util.*;
class array1{
public static void main(String arg[]){
Scanner sc=new Scanner(System.in);
System.out.println("Enter the size of Array");
int n=sc.nextInt();
int arr[]=new int[n];
int arr1[]=new int[2+n];
for (int i=0;i<n;i++){
arr[i]=sc.nextInt();
}
System.out.println("enter insert value: ");
int a=sc.nextInt();
int count=0;
for(int j=0; j<arr.length; j++){
if(a==arr[j]){
count=1;
System.out.println("this number is also available");
break;
}
}
if(count==0){
for(int k=0;k<arr.length;k++){
arr1[k]=arr[k];
if(k==n-1){
arr1[n]=a;
}
}
}
if(count==1){
for(int x=0;x<=n-1;x++){
System.out.println(arr[x]);
}
}
else{
for(int x=0;x<=n;x++)
{
System.out.println(arr1[x]);
}
}
}
}

# program 2 : selection sort.

import java.util.*;
import java.util.Arrays;
class selection_sort{
public static void main(String arg[]){
int i,j,n,k;

Scanner sc=new Scanner(System.in);
System.out.print("Enter the no of element\t");
n=sc.nextInt();
int[] arr=new int[n];
for(i=0;i<n;i++){
arr[i]=sc.nextInt();

}
for(i=0;i<n-1;i++){
k=i;
for(j=i+1;j<n;j++){
if(arr[j]<arr[k]){
k=j;

}
}
int temp = arr[k];
arr[k]=arr[i];
arr[i]=temp;
}
System.out.print("Sorted array is:- ");
for(i=0;i<n;i++){
System.out.print(arr[i]+" ");
}

}
}

program 1 :.........................array adition:

import java.util.*;
class innotical{
public static void main(String arg[]){
String arr1[]={"a","b","c","d","e"};
String arr2[]={"1","2","3","4","5"};
String arr3[]=new String[5];
for(int i=0;i<5;i++){
arr3[i]=arr2[i]+arr1[i];
}
System.out.print("String array is : ");
for(int i=0;i<5;i++){
System.out.print(arr3[i]);
}
}
}

This company is not good, this company frauds with...

This company is not good, this company frauds with both the employee and the client, by speaking 2 to 3 years experience only fresher employee hire and client, the experience takes money,All the good reviews are old reviews when the company was handled by someone else,And this notice does not give salary for the period, it is enough for anyone to switch more than 30 employees in 1 year,

Tech

Innotical has designed and developed my business a...

Innotical has designed and developed my business app. The staff was understanding and professional. It was a great pleasure working with Management. I highly recommend Innotical to anyone looking out for a Mobile App Development Company.

The project development team is so worst, when the...

The project development team is so worst, when the employee left the job they don't settle the full and final amount, even they don't pay to freelancer too for their work. The owner is a kind of CROOK.

Nice

INNOTICAL SOLUTIONS PRIVATE LIMITED

INNOTICAL SOLUTIONS PRIVATE LIMITED

3.6