-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lab 6 #598
base: Gube_Vladislav
Are you sure you want to change the base?
Lab 6 #598
Conversation
const a = 0.4 | ||
const b = 0.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Параметры функций, должны быть переданы при вызове в Task_A и Task_B
@@ -0,0 +1,46 @@ | |||
package lab6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все поменять
fmt.Println("Task A:\n", lab4.Task_A(3.2, 6.2, 0.6)) | ||
fmt.Println("Task B:\n", lab4.Task_B([]float64{4.48, 3.56, 2.78, 5.28, 3.21})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Убрать внутрь лабы 4
) | ||
|
||
type TV struct { | ||
Channel int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут не хватает еще 2 полей
No description provided.