answersLogoWhite

0

What else can I help you with?

Related Questions

What is difference between volatile int and const volatile int?

volatile int means the code and fom outside from code can changes the value but in const volatile int, code cannot changes the value but fron ouside can change the value


What would run if this code excutes?

This is the code int[] nums= {3,0,4,2,1}; int len = nums.length; for (int i = 0; i < len; i++) for (int count = 1; count <= len; count++) nums[i] = nums[nums[i]];


What a java program to find largest and smallest value store in the array?

Implement these methods: public static int smallest(int[] arr) { int small = arr[0]; for(int i = 1; i < arr.size(); i++) if(arr[i] < small) small = arr[i]; return small; } public static int largest(int[] arr) { int large = arr[0]; for(int i = 1; i < arr.size(); i++) if(arr[i] > large) large = arr[i]; return large; }


What is the code to calculate age from a date of birth entered in Microsoft small basic?

#include#includevoid main()clrscr();int 1=0coutn;elsegetch();


How to create a function?

You create a function by declaring it and defining it. A trivial example... int myfunction (int myargument) { /* declaration */ ... some code, ultimately returning an int /* definition */ } You could also declare separately from the definition, a technique often used in header files... int myfunction (int myargument); /* declaration - note the semi-colon */ ... later ... int myfunction (int myargument) { /* definition */ ... some code, ultimately returning an int }


What is the postal code for Jinnah int airport?

75200


Code to add 2 integer numbers without using int float and double?

int num1 = 1; int num2 = 50; int addition = num1 + num2;


What is the pseudo code for a program that finds the product of two numbers?

int x; //first number int y; //second number int z = x*y;


What is a simple java code and explain what the code does?

int a;This simple Java statement declares an integer.


What is the airport code for Smith Reynolds Airport?

The airport code for Smith Reynolds Airport is INT.


What is the function of int in Java?

Well, you could be asking what the PURPOSE of "int" in code. If you say: int i = 0; You're declaring a variable to use in the program. int is an Integer keyword and it will store a number for you for use in loops or for doing math operations.


What is a very small kingdom int the southwest pacific?

Tonga