Implement sumpairs and sumof

Assignment Help Programming Languages
Reference no: EM13712966

You have to implement sumPairs and sumof.

Question- Using SML writes a version of sumPairs that sums each component of the pairs separately, returning a pair consisting of the sumof the first components and the sum of the second components

fun sumPairs(nil) = 0

| sumPairs((x,y)::zs) = x + y + sumPairs(zs);

val sumPairs = fn : (int * int) list -> int

Please keep it simple and short and no copy and paste or at least help me get started?

Reference no: EM13712966

Questions Cloud

Writes a function that takes a list of integers : Using ML writes a function that takes a list of integers as argument and returns a pair consisting of the sum of the even position and the sum of the odd positions of the list. You should not use auxiliary functions
Determine the empirical formula of the compound : A compound contains C, H, O, and N. On combustion in air, a 0.157g sample produced 0.213g CO2 and 0.0310g of H2O. In a separate experiment, a 0.103g sample produced 0.0230g of NH3. Determine the empirical formula (include C, H, O, and N) of the co..
Explain produced from electrolysis of molten na2cro4 : How much chromium metal can be produced from electrolysis of molten Na2CrO4 using 15 milliamps for 12 hours
Explain difference between formula units and molar mass : Please explain the difference between Formula Units and Molar Mass. Discuss what a "Kelvin" is and for what it is used.some details please. Does a baseball have a deBroglie wavelength? If no, why not? If yes, why can't we see it?
Implement sumpairs and sumof : Using SML writes a version of sumPairs that sums each component of the pairs separately, returning a pair consisting of the sumof the first components and the sum of the second components
Define riboflavin stock in order to create a solution : What volume of water should be added to 7 mL of a 10 mM riboflavin stock in order to create a solution with a working concentration of 350 uM
Draw the process tree and expected output : Draw the process tree and expected output, Repeat the exercise using 3 instead of 2 in the for statement
What was the concentration of hcl in the original solution : A 3 mL volume of a solution containing an unknown concentration of HCl is added to 7 mL of water. It is then determined that the concentration of the HCl in the diluted solution is 630 mM. What was the concentration of HCl in the original solution
Examine the time and space complexity of algorithm : Some DNA strings can transform to other strings by breaking into contiguous substrings, reversing some of these substrings, and then reconnecting the substrings in the original order.

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd