Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
Turing "Survey" need help
Index
->
Programming, Turing
->
Turing Help
Author
Message
IAmJoopis
Posted:
Tue Jan 19, 2016 2:12 pm
Post subject: Turing "Survey" need help
I need some help with this problem, I don't know how to solve it...
code:
a. Complete the following program.
% This program reads a set of responses to a survey in which there
% are five possible answers: A - E. The program then writes a summary
% giving the number of times that each response was made. The program
% assumes that all data are valid and that a dollar sign will be the
% last value entered.
const FIRST_CHOICE := 'A'
const LAST_CHOICE := 'E'
var total : array FIRST_CHOICE .. LAST_CHOICE of int
var response : char
% Initialize array for counting responses.
.
.
.
% Read responses and increment corresponding array location to count
%the frequency of each response.
.
.
.
% Write summary of responses.
.
.
b. Show the output that would be produced by your program given the following
input:
ECCBBBEAAEDCACBBEAEDBBC$
Save program as Survey_yourName.t
[/b]
Sponsor
Sponsor
Insectoid
Posted:
Tue Jan 19, 2016 3:05 pm
Post subject: RE:Turing "Survey" need help
Have you tried anything yet?
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
Programming, Turing
->
Turing Help
Page
1
of
1
[ 2 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy