answersLogoWhite

0


Best Answer

INDATA stands for Indiana Assistive Technology Act. It is a program that provides assistive technology services to individuals with disabilities to enhance their independence and quality of life.

User Avatar

AnswerBot

6d ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does INDATA mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

You are given a text file named datatxt The file contains a list of integer scores The number of scores is unknown You are required to write a C program to read ALL the scores from the?

#include #include #include using std::cin;using std::cout;using std::endl;using std::ifstream;//function prototypesint numberOfElements(ifstream& inData);void readDataFromFile(ifstream& inData, long* dataFile, int arraySize);int main(){const char fileName[] = "data.txt";ifstream inData;inData.open(fileName, std::ios::in);if (inData.fail()){cout


How do you read in the names and averages from this file?

Adara Starr 94 David Starr 91 Sophia Starr 94 Maria Starr 91 Danielle DeFino 94 Dominic DeFino 98 McKenna DeFino 92 Taylor McIntire 99 Torrie McIntire 91 Emily Garrett 97 Lauren Garrett 92 Marlene Starr 83 Donald DeFino 73 This is the code I have so far: // David Freed #include <iostream> #include <fstream> using namespace std; const int MAXNAME = 20; int main() { ifstream inData; inData.open("grades.txt"); char name[MAXNAME + 1]; float average; inData.get(name,MAXNAME + 1); while(inData) { cout << "The name of the student is: " << name << endl; inData >> name; inData.get(); cout << "His or Her average is: " << average << endl; inData >> average; inData.get(); } return 0; } It will give me random averages, and will stop after the first person.


What the definition of data?

Data is a body of facts.It all depends what area you are working inData is a single piece of information as a fact or as a statistic.The information operated on by a computer programmeA proposal assumed or given from which conclusions may be drawnAny level surface, line or point used as a reference to measure elevations


How do you open a data file?

You can use fstream header file to read and write in files. It has two main components ifstream: stream which you can use to read data, and ofstream which allows you to save in files. Use something like this:#include#includeusing std::ifstream;using std::cout;using std::endl;int main(){char fileName[] = "myfile.txt";//file to read fromifstream inData;//stream to read from myfile.txtint data = 0;//to read one number of type int (we assume that the file contains it)inData.open(fileName);//connect the stream to the fileif (inData.fail())//if coult not open the file, program will be closed{cout data;//read one number from the file and save it in data of type intcout


Who was king Henry and what did he do?

he was a mean person who lived with mean people in a mean castle on a mean hill in a mean country in a mean continent in a mean world in a mean solar system in a mean galaxy in a mean universe in a mean dimension


What does (.)(.) mean?

you mean what you mean


What does mean mean in statistics?

Mean is the average.


How do you spell mean?

Mean


What does descriptor mean?

It mean what you don't what does it mean.


Is an arithmetic mean a weighted mean or a weighted mean an arithmetic mean?

The arithmetic mean is a weighted mean where each observation is given the same weight.


What does the 12 Chinese zodiac animals meant?

rat mean intense. ox mean calm , born tiger mean powerful rabbit mean good friend dragon mean strong snake mean prudent horse mean popular goat mean shy monkey mean inventor rooster mean organized dog mean intelligent pig mean honest that are what the 12 chinese zodiac animals mean


Do you say 'what does it mean' or 'what is it mean'?

The correct usage is "what DOES it mean"