Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Swift Basics (retired) Types Numbers

wajid abid
PLUS
wajid abid
Courses Plus Student 1,803 Points

Next create a constant called price and assign it the value 9.99.

i write let price = 9.99

numbers.swift
let price = 9.99

2 Answers

i just tried and got it working.. the only difference was a ; at the end of line and there was task 1 which you shouldnt remove..

besides you should explain what errors you are getting so we can help you!

Hello, I wrote the same, let price= 9.99 but it doesn't work... Is it correct? let title="A Dance with Dragons" let price= 9.99

Thanks