Develop a WCF-REST Web service that takes a string (without spaces) as a parameter and performs following analysis of the string. The service contains two operations: string reverse(string str); // return the original string in the reverse order. int someOfDigits(int number) // return sum of digits in the integer value. for example, if the input number is 1234, sum of digits is 1+2+3+4 = 10

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question
Develop a WCF-REST Web service that takes a string (without spaces) as a parameter and
performs following analysis of the string. The service contains two operations:
string reverse(string str); // return the original string in the reverse order.
int someOfDigits(int number) // return sum of digits in the integer value. for example, if the
input number is 1234, sum of digits is 1+2+3+4 = 10
%3D
Transcribed Image Text:Develop a WCF-REST Web service that takes a string (without spaces) as a parameter and performs following analysis of the string. The service contains two operations: string reverse(string str); // return the original string in the reverse order. int someOfDigits(int number) // return sum of digits in the integer value. for example, if the input number is 1234, sum of digits is 1+2+3+4 = 10 %3D
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Linked List Representation
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT